Skip to content

Commit 070fb18

Browse files
author
liply
authored
Merge pull request #45 from rpgtkoolmv/add-template-buildscript
add buildscript
2 parents ef2ff99 + 0b21d05 commit 070fb18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"copy:corescripts": "cpx ./dist/*.js ./game/js/",
1717
"copy:libs": "cpx ./js/libs/*.js ./game/js/libs/",
1818
"copy:main": "cpx ./js/main.js ./game/js/",
19+
"copy:template": "cpx ./template/**/* ./game/",
1920
"copy": "run-p copy:*",
2021
"test": "run-s build copy",
2122
"start": "http-server ./game/"

0 commit comments

Comments
 (0)