Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
richie0866 committed Jun 15, 2022
1 parent 54fc832 commit 3556e54
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 @@ -3,7 +3,7 @@
"scripts": {
"compile": "npx rbxtsc --verbose --type=model",
"watch": "npx rbxtsc -w",
"build": "rojo build default.project.json --output \"dist/RemoteSpy.rbxm\"",
"build": "mkdir -p dist && rojo build default.project.json --output \"dist/RemoteSpy.rbxm\"",
"serve": "rojo serve place.project.json",
"bundle": "npm run build && remodel run ci/bundle-dev.lua dist/RemoteSpy.dev.lua dev",
"bundle:prod": "npm run build && remodel run ci/bundle-prod.lua dist/RemoteSpy.dev.lua prod"
Expand Down

0 comments on commit 3556e54

Please sign in to comment.