mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-09-08 08:35:15 -05:00
Enable source maps in node
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"lint": "npx eslint .",
|
||||
"build": "npm run lint && npm run clean && npx tsc && npx tsc-alias",
|
||||
"clean": "rimraf ./dist",
|
||||
"start": "node .",
|
||||
"start": "node --enable-source-maps .",
|
||||
"test": "ts-node test/test.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user