Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit cff74af

Browse files
authored
chore: add prepublish script (#104)
1 parent b057548 commit cff74af

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
@@ -14,7 +14,7 @@
1414
"!*~"
1515
],
1616
"scripts": {
17-
"prepublishOnly": "run-s build:core",
17+
"prepublishOnly": "npm ci && run-s test build:core",
1818
"build": "run-s build:*",
1919
"build:core": "webpack --config scripts/webpack.config.core.js",
2020
"build:site-react": "webpack --config scripts/webpack.config.site.js",

0 commit comments

Comments
 (0)