Skip to content

Commit 0f39513

Browse files
committed
Move cleanup script up in package.json - Minor fix
1 parent 5bab74a commit 0f39513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"scripts": {
1212
"predev": "node -r esm dev/customize/startMessage.js",
1313
"dev": "npm-run-all --parallel ts:watch lint:watch",
14+
"cleanup": "node -r esm dev/cleanup.js",
1415
"lint": "esw src --color",
1516
"lint:watch": "npm run lint -- --watch",
1617
"ts:watch": "tsc -w",
17-
"cleanup": "node -r esm dev/cleanup.js",
1818
"test": "npm-run-all --parallel test-message dev-test",
1919
"dev-test": "nodemon --exec babel-node spec/run.js",
2020
"CI-test": "babel-node spec/run.js",

0 commit comments

Comments
 (0)