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 438afd7 commit 7ce901bCopy full SHA for 7ce901b
package.json
@@ -39,6 +39,7 @@
39
"clean": "rimraf -r dist/**",
40
"release": "automatic-release",
41
"release:copy": "copyfiles \"docs/**\" CHANGELOG.md MIGRATION-GUIDE.md LICENSE README.md dist",
42
+ "release:npm": "cd dist && npm publish && cd ..",
43
"start": "webpack-dev-server --config webpack.dev.config.js",
44
"test:coverage": "codecov -f coverage/coverage-final.json",
45
"test": "jest --config jest.config.json --runInBand --no-cache"
0 commit comments