Skip to content

Commit 7ce901b

Browse files
authored
fix(package): Fix artifact (#99)
- Fix artifact - Add release npm script
1 parent 438afd7 commit 7ce901b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"clean": "rimraf -r dist/**",
4040
"release": "automatic-release",
4141
"release:copy": "copyfiles \"docs/**\" CHANGELOG.md MIGRATION-GUIDE.md LICENSE README.md dist",
42+
"release:npm": "cd dist && npm publish && cd ..",
4243
"start": "webpack-dev-server --config webpack.dev.config.js",
4344
"test:coverage": "codecov -f coverage/coverage-final.json",
4445
"test": "jest --config jest.config.json --runInBand --no-cache"

0 commit comments

Comments
 (0)