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.
start
1 parent cdb140e commit 057e7b3Copy full SHA for 057e7b3
package.json
@@ -20,7 +20,7 @@
20
"scripts": {
21
"build": "ncc build index.js --out ./dist",
22
"build:watch": "yarn build -w",
23
- "start": "ncc run index.js",
+ "start": "ncc run dist/index.js",
24
"prepare": "husky install"
25
}
26
0 commit comments