We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef2ff99 + 0b21d05 commit 070fb18Copy full SHA for 070fb18
package.json
@@ -16,6 +16,7 @@
16
"copy:corescripts": "cpx ./dist/*.js ./game/js/",
17
"copy:libs": "cpx ./js/libs/*.js ./game/js/libs/",
18
"copy:main": "cpx ./js/main.js ./game/js/",
19
+ "copy:template": "cpx ./template/**/* ./game/",
20
"copy": "run-p copy:*",
21
"test": "run-s build copy",
22
"start": "http-server ./game/"
0 commit comments