Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiantvaa committed Jul 3, 2024
1 parent 42dee76 commit f4bbb9e
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 f4bbb9e

Please sign in to comment.