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 48c1c85 commit 746e2e4Copy full SHA for 746e2e4
package.json
@@ -13,7 +13,8 @@
13
"build": "tsc -p .",
14
"example": "npm run build && webpack --config example/webpack.config.js",
15
"dev": "webpack --config example/webpack.config.js --watch",
16
- "test": "npm run build && webpack --config test/webpack.config.js && mocha test/test.build.js"
+ "test": "npm run build && webpack --config test/webpack.config.js && mocha test/test.build.js",
17
+ "prepublish": "npm run build"
18
},
19
"repository": {
20
"type": "git",
0 commit comments