Skip to content

Commit 37944d5

Browse files
author
designcise
committed
chore: changed build to prepare in scripts
1 parent 2362b09 commit 37944d5

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
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"files": ["src", "dist"],
77
"scripts": {
8-
"build": "rm -rf dist && NODE_ENV=production babel src/ --out-dir dist --copy-files",
8+
"prepare": "rm -rf dist && NODE_ENV=production babel src/ --out-dir dist --copy-files",
99
"test": "jest --silent=false"
1010
},
1111
"author": "Daniyal Hamid",

0 commit comments

Comments
 (0)