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 73bfbbd commit d3eabaeCopy full SHA for d3eabae
package.json
@@ -8,6 +8,7 @@
8
"repository": "browserify/commonjs-assert",
9
"scripts": {
10
"build": "babel assert.js test.js --out-dir build && babel internal --out-dir build/internal && babel test --out-dir build/test",
11
+ "dev": "babel assert.js test.js --watch --out-dir build & babel internal --watch --out-dir build/internal & babel test --watch --out-dir build/test",
12
"test": "npm run build && npm run test:nobuild",
13
"test:nobuild": "node build/test.js",
14
"test:source": "node test.js",
0 commit comments