We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27867c4 commit 5ade300Copy full SHA for 5ade300
package.json
@@ -11,12 +11,12 @@
11
"url": "https://github.com/scratchfoundation/scratch-editor.git"
12
},
13
"scripts": {
14
- "refresh-gh-workflow": "ts-node scripts/build-gha-workflows.ts",
15
- "build-monorepo": "cross-env-shell ./scripts/build-monorepo.sh",
16
- "prepare": "husky install",
17
"build": "cross-env NODE_ENV=production npm run --workspaces build",
+ "build-monorepo": "cross-env-shell ./scripts/build-monorepo.sh",
18
"clean": "npm run --workspaces clean",
+ "prepare": "husky install",
19
"test": "npm test --workspaces",
+ "refresh-gh-workflow": "ts-node scripts/build-gha-workflows.ts",
20
"version": "cross-env-shell ./scripts/npm-version.sh"
21
22
"config": {
0 commit comments