Skip to content

Commit 2d8c33c

Browse files
committed
config(npm): add npm run build to test script
1 parent 0f0ab33 commit 2d8c33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "npx karma start ./node_modules/@stackr23/webpack/karma",
7+
"test": "npx karma start ./node_modules/@stackr23/webpack/karma && npm run build",
88
"lint": "eslint --fix --ext \".js,.jsx,.ts,.tsx\" . --quiet --format pretty && prettier **/*.{css,scss,md,json} --write",
99
"clean": "rimraf build",
1010
"build": "npm run clean && webpack -p --mode production --env production",

0 commit comments

Comments
 (0)