Skip to content

Commit 27905bd

Browse files
author
Marek Rozmus
committed
Merge branch 'add_prepare_script_for_publish'
2 parents 6900e66 + 37b0431 commit 27905bd

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
@@ -62,6 +62,7 @@
6262
"scripts": {
6363
"build": "rollup -c",
6464
"dev": "rollup -c -w",
65+
"prepare": "npm run build",
6566
"stylelint": "stylelint src/**/*.css examples/**/*.css --cache",
6667
"prettier": "prettier src/**/*.js examples/**/*.js --check",
6768
"test": "jest --no-cache"

0 commit comments

Comments
 (0)