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.
1 parent c9d68c8 commit 6932527Copy full SHA for 6932527
.travis.yml
@@ -9,3 +9,4 @@ install: npm install
9
branches:
10
only:
11
- master
12
+script: npm run deploy:ci
package.json
@@ -12,8 +12,8 @@
"predeploy": "git-branch-is master && git diff --exit-code && npm run sapper",
13
"deploy:ci": "git-branch-is master && now --token $NOW_TOKEN && now alias --token $NOW_TOKEN",
14
"prestage": "npm run update_template && npm run sapper",
15
- "predeploy:ci": "npm run update_template",
16
- "lint": "eslint server client shared"
+ "predeploy:ci": "npm run prestage",
+ "lint": "eslint app routes"
17
},
18
"repository": {
19
"type": "git",
0 commit comments