Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Aug 28, 2024
1 parent d18e41a commit 4a9f97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/phaser/packages/art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"compile-extensions": "tsc ./tiled/extensions/*.ts --outDir ./tiled/extensions/",
"export": "yarn generate-multiatlas-sprites && yarn export-tiled-types",
"export-tiled-types": "ts-node ./scripts/export-tiled-types.ts && cp tilesets/images/* ../client/public/assets/tilesets/",
"export-tiled-types": "ts-node ./scripts/export-tiled-types.ts && npx shx cp tilesets/images/* ../client/public/assets/tilesets/",
"generate-multiatlas-sprites": "node ./scripts/cli.mjs --project ./config-sprites.json"
},
"devDependencies": {
Expand Down

0 comments on commit 4a9f97f

Please sign in to comment.