Skip to content

Commit 368b456

Browse files
author
App Generator
committed
Package.json - Update Start Target
1 parent f85e6fe commit 368b456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "AppSeed.us",
77
"main": "src/index",
88
"scripts": {
9-
"start": "node build/index.js",
9+
"start": "npm run build && node build/index.js",
1010
"dev": "ts-node-dev src/index.ts",
1111
"test": "jest -i --colors --verbose --detectOpenHandles",
1212
"lint": "eslint src",
@@ -48,4 +48,4 @@
4848
"ts-node-dev": "1.1.8",
4949
"typescript": "^4.3.5"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)