Skip to content

Commit 43c0290

Browse files
committed
chore: auto build before release
1 parent 8ecd10e commit 43c0290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build:dev": "rollup --config .config/rollup-dev.config.js",
1010
"dev": "run-p start:dev build:dev -w",
1111
"start": "sirv public",
12-
"start:dev": "sirv public --dev"
12+
"start:dev": "sirv public --dev",
13+
"prepublishOnly": "yarn build"
1314
},
1415
"peerDependencies": {
1516
"@popperjs/core": "^2.3.3",

0 commit comments

Comments
 (0)