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 5fd7ce0 commit c10d7adCopy full SHA for c10d7ad
package.json
@@ -16,7 +16,8 @@
16
"example": "npm run build && webpack --config example/webpack.config.js",
17
"dev": "webpack --config example/webpack.config.js --watch",
18
"dev:test": "node build/dev-test.js",
19
- "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",
20
+ "release": "bash build/release.sh"
21
},
22
"repository": {
23
"type": "git",
0 commit comments