mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-08-20 07:34:06 -05:00
chore: add dev run script to package.json
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"build": "npm run lint && npm run clean && npx tsc && npx tsc-alias",
|
||||
"clean": "rimraf ./dist",
|
||||
"start": "node --enable-source-maps .",
|
||||
"test": "ts-node test/test.ts"
|
||||
"test": "ts-node test/test.ts",
|
||||
"dev": "npm run build && npm run start"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Pretendo Network",
|
||||
|
||||
Reference in New Issue
Block a user