Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8efbfe6

Browse files
committed
add postinstall
1 parent db9852b commit 8efbfe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"dev:build": "npx tsc -w",
1515
"test": "npx jest",
1616
"test:watch": "npx jest --watch",
17-
"prod:build": "npx tsc",
18-
"prod:start": "node ./dist/main.js"
17+
"start": "node ./dist/main.js",
18+
"postinstall": "tsc --sourceMap false"
1919
},
2020
"dependencies": {
2121
"discord.js": "^11.3.2",

0 commit comments

Comments
 (0)