Skip to content

Commit

Permalink
Fix game web dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Sep 17, 2024
1 parent 6c68d3b commit 589ec4c
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 @@ -27,7 +27,7 @@
"lint": "eslint . ",
"lint:fix": "eslint . --fix",
"test:unit": "mocha --parallel -r ts-node/register/transpile-only test/**/*.test.ts --timeout 7000",
"build": "shx rm -rf build && shx mkdir ./build && shx cp -r ./public ./build/public && cp ./node_modules/wollok-web-tools/dist/index.js ./build/public/game/lib && tsc -p ./tsconfig.build.json",
"build": "shx rm -rf build && shx mkdir ./build && shx cp -r ./public ./build/public && cp ./node_modules/wollok-web-tools/dist/web/index.js ./build/public/game/lib && tsc -p ./tsconfig.build.json",
"watch": "npm run build -- -w",
"pack": "pkg .",
"prepublishOnly": "npm run build && npm run test"
Expand Down

0 comments on commit 589ec4c

Please sign in to comment.