We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8085600 commit 33c977fCopy full SHA for 33c977f
package.json
@@ -22,6 +22,7 @@
22
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
23
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
24
"start": "node ./dist/cjs/index.js",
25
+ "start:dev": "yarn build && node ./dist/cjs/index.js",
26
"test:cov": "jest --coverage",
27
"test:watch": "jest --watch",
28
"test": "jest"
0 commit comments