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 0a71309 commit c5da086Copy full SHA for c5da086
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
+ "prepare": "npm run build",
12
"dev": "babel assert.js test.js --watch --out-dir build & babel internal --watch --out-dir build/internal & babel test --watch --out-dir build/test",
13
"test": "npm run build && npm run test:nobuild",
14
"test:nobuild": "node build/test.js",
0 commit comments