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 5bab74a commit 0f39513Copy full SHA for 0f39513
package.json
@@ -11,10 +11,10 @@
11
"scripts": {
12
"predev": "node -r esm dev/customize/startMessage.js",
13
"dev": "npm-run-all --parallel ts:watch lint:watch",
14
+ "cleanup": "node -r esm dev/cleanup.js",
15
"lint": "esw src --color",
16
"lint:watch": "npm run lint -- --watch",
17
"ts:watch": "tsc -w",
- "cleanup": "node -r esm dev/cleanup.js",
18
"test": "npm-run-all --parallel test-message dev-test",
19
"dev-test": "nodemon --exec babel-node spec/run.js",
20
"CI-test": "babel-node spec/run.js",
0 commit comments