We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1848c77 + cbe7e1b commit 00a1683Copy full SHA for 00a1683
package.json
@@ -12,6 +12,8 @@
12
"scripts": {
13
"launch": "npm run build && node dist/index.js",
14
"start": "gulp serve",
15
+ "staging-deploy": "git push staging develop:master",
16
+ "deploy": "git push production master:master",
17
"start:debug": "cross-env DEBUG=software-engineering-daily-api:* npm run start",
18
"build": "gulp",
19
"lint": "esw *.js server config --color",
0 commit comments