Skip to content

Commit 057e7b3

Browse files
author
Lucas Bento
committed
Fix start script
1 parent cdb140e commit 057e7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"build": "ncc build index.js --out ./dist",
2222
"build:watch": "yarn build -w",
23-
"start": "ncc run index.js",
23+
"start": "ncc run dist/index.js",
2424
"prepare": "husky install"
2525
}
2626
}

0 commit comments

Comments
 (0)