Skip to content

Commit eed8500

Browse files
committed
fix: russian wasnt copied to server
1 parent 4e8fbd4 commit eed8500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"type": "module",
77
"scripts": {
8-
"build": "tsc && cp src/webhook.png src/ship.png src/ship2.png src/deathbattle.png src/deathbattle2.png src/deathbattle3.png dist/",
8+
"build": "tsc && cp src/webhook.png src/ship.png src/ship2.png src/deathbattle.png src/deathbattle2.png src/deathbattle3.png src/russian.png dist/",
99
"start": "node dist/index.js",
1010
"dev": "tsx --require dotenv/config src/index.ts",
1111
"watch": "tsc -w",

0 commit comments

Comments
 (0)