Skip to content

Commit

Permalink
feat: removed ncpi catalog from package json (#4357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten committed Feb 10, 2025
1 parent 7eacb05 commit 44b6954
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "2.9.0",
"private": true,
"scripts": {
"dev:ncpi-catalog": "./scripts/dev.sh ncpi-catalog dev && ./scripts/set-version.sh dev && next dev",
"build-dev:ncpi-catalog": "scripts/common-build.sh ncpi-catalog dev && ./scripts/set-version.sh && next build && npm run postbuild",
"build-prod:ncpi-catalog": "./scripts/common-build.sh ncpi-catalog prod && ./scripts/set-version.sh && next build && npm run postbuild",
"dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev",
"build-dev:anvil-catalog": "scripts/common-build.sh anvil-catalog dev && ./scripts/set-version.sh && next build && npm run postbuild",
"build-prod:anvil-catalog": "./scripts/common-build.sh anvil-catalog prod && ./scripts/set-version.sh && next build && npm run postbuild",
Expand Down

0 comments on commit 44b6954

Please sign in to comment.