Skip to content

Commit

Permalink
fix: Add missing updates in package
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedvard committed Aug 28, 2022
1 parent 43be31d commit c152d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"start": "parcel serve --no-cache",
"build": "rm -rf dist && parcel build --no-cache src/index.html",
"zip": "cd dist && zip game.zip *.png *.html *.css *.js static/level/*.json",
"build:zip": "npm run build && cd dist && zip game.zip *.png *.html *.css *.js static/level/*.json",
"zip": "cd dist && zip game.zip *.html *.js static/level/*.json",
"build:zip": "npm run build && cd dist && zip game.zip *.html *.js static/level/*.json",
"build:roadroller": "npm run build && roadroller dist/index.*.js -o dist/index.*.js && npm run zip",
"roadroller": "roadroller dist/index.*.js -o dist/index.*.js"
},
Expand Down

0 comments on commit c152d59

Please sign in to comment.