We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00d2a7 commit 693a4e7Copy full SHA for 693a4e7
Procfile
@@ -1 +1 @@
1
-worker: npm run prod:build && prod:start
+worker: prod:start
package.json
@@ -6,11 +6,11 @@
6
"author": "buoyantair <[email protected]>",
7
"license": "MIT",
8
"scripts": {
9
- "start": "npx nodemon ./dist/main.js",
10
- "build": "npx gulp watch",
+ "dev:start": "npx nodemon ./dist/main.js",
+ "dev:build": "npx gulp watch",
11
"test": "npx jest",
12
"test:watch": "npx jest --watch",
13
- "prod:build":"npx gulp",
+ "prod:build": "npx gulp ts",
14
"prod:start": "node ./dist/main.js"
15
},
16
"dependencies": {
0 commit comments