Skip to content

Commit 33c977f

Browse files
committed
feat: start dev script
1 parent 8085600 commit 33c977f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
2323
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
2424
"start": "node ./dist/cjs/index.js",
25+
"start:dev": "yarn build && node ./dist/cjs/index.js",
2526
"test:cov": "jest --coverage",
2627
"test:watch": "jest --watch",
2728
"test": "jest"

0 commit comments

Comments
 (0)