chore: add dev run script to package.json

This commit is contained in:
Jemma Poffinbarger
2024-07-29 19:28:57 -05:00
parent 3099a6ee67
commit 6bee19dbf5

View File

@@ -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",