Skip to content

Commit 9a6ba26

Browse files
committed
chore: change build config
1 parent cfed3af commit 9a6ba26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"build:browser": "webpack --progress --mode='production'",
5252
"build": "npm run lint && tsc && npm run build:browser",
5353
"coverage": "jest --coverage && coveralls < coverage/lcov.info",
54-
"prepublish": "npm test && npm build",
54+
"prepublish": "npm test && npm run build",
5555
"lint": "eslint 'src/**/*.{ts,js}'",
5656
"prepare": "husky install"
5757
},

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)