Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiantvaa authored and jonasdeluna committed Jul 4, 2024
1 parent c7946ba commit 056ddd0
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 @@ -49,7 +49,7 @@
"troika-three-text": "^0.47.2"
},
"scripts": {
"dev": "yarn rollup -c --watch",
"dev": "rm -rf dist && NODE_ENV='development' yarn rollup -c --watch",
"run": "yarn dev",
"dist": "rm dist -r & yarn tsc && yarn webpack build",
"prettier": "prettier --write --ignore-path .gitignore .",
Expand Down

0 comments on commit 056ddd0

Please sign in to comment.