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 Target
1 parent f85e6fe commit 368b456Copy full SHA for 368b456
package.json
@@ -6,7 +6,7 @@
6
"author": "AppSeed.us",
7
"main": "src/index",
8
"scripts": {
9
- "start": "node build/index.js",
+ "start": "npm run build && node build/index.js",
10
"dev": "ts-node-dev src/index.ts",
11
"test": "jest -i --colors --verbose --detectOpenHandles",
12
"lint": "eslint src",
@@ -48,4 +48,4 @@
48
"ts-node-dev": "1.1.8",
49
"typescript": "^4.3.5"
50
}
51
-}
+}
0 commit comments