Skip to content

Commit

Permalink
chore: add publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kswenson committed Jan 10, 2024
1 parent cd5a8a0 commit fa8770e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
"build:codap": "npm run clean && cross-env-shell NODE_ENV=production dest=../codap/apps/dg/resources/cloud-file-manager codap=1 noGlobals=1 noMap=1 'webpack && mv $dest/js/app.js $dest/js/app.js.ignore'",
"build:codap:development": "npm run clean && cross-env-shell NODE_ENV=development dest=../codap/apps/dg/resources/cloud-file-manager codap=1 noGlobals=1 noMap=1 'webpack && mv $dest/js/app.js $dest/js/app.js.ignore'",
"prepublishOnly": "npm run build:all",
"publish:npm:latest": "npm publish --access public",
"publish:npm:latest:preview": "npm publish --access public --dry-run",
"publish:npm:next": "npm publish --access public --tag next",
"publish:npm:next:preview": "npm publish --access public --tag next --dry-run",
"publish:yalc": "npx yalc publish",
"strings:build": "./node_modules/.bin/strip-json-comments src/code/utils/lang/en-US-master.json > src/code/utils/lang/en-US.json",
"strings:pull:usage": "echo Usage: `npm run strings:pull -- -a <poeditor_api_key>`",
"strings:pull": "./bin/strings-pull-project.sh",
Expand Down

0 comments on commit fa8770e

Please sign in to comment.