Skip to content

Commit

Permalink
chore: changed build to prepare in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
designcise committed Nov 26, 2023
1 parent 2362b09 commit 37944d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"files": ["src", "dist"],
"scripts": {
"build": "rm -rf dist && NODE_ENV=production babel src/ --out-dir dist --copy-files",
"prepare": "rm -rf dist && NODE_ENV=production babel src/ --out-dir dist --copy-files",
"test": "jest --silent=false"
},
"author": "Daniyal Hamid",
Expand Down

0 comments on commit 37944d5

Please sign in to comment.