Skip to content

Commit c10d7ad

Browse files
committed
build: add release npm script
1 parent 5fd7ce0 commit c10d7ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"example": "npm run build && webpack --config example/webpack.config.js",
1717
"dev": "webpack --config example/webpack.config.js --watch",
1818
"dev:test": "node build/dev-test.js",
19-
"test": "npm run build && webpack --config test/webpack.config.js && mocha test/test.build.js"
19+
"test": "npm run build && webpack --config test/webpack.config.js && mocha test/test.build.js",
20+
"release": "bash build/release.sh"
2021
},
2122
"repository": {
2223
"type": "git",

0 commit comments

Comments
 (0)