Skip to content

Commit 5ade300

Browse files
committed
chore: sort scripts
1 parent 27867c4 commit 5ade300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"url": "https://github.com/scratchfoundation/scratch-editor.git"
1212
},
1313
"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",
1714
"build": "cross-env NODE_ENV=production npm run --workspaces build",
15+
"build-monorepo": "cross-env-shell ./scripts/build-monorepo.sh",
1816
"clean": "npm run --workspaces clean",
17+
"prepare": "husky install",
1918
"test": "npm test --workspaces",
19+
"refresh-gh-workflow": "ts-node scripts/build-gha-workflows.ts",
2020
"version": "cross-env-shell ./scripts/npm-version.sh"
2121
},
2222
"config": {

0 commit comments

Comments
 (0)