Skip to content

Commit 6932527

Browse files
committed
attempt to deploy from CI
1 parent c9d68c8 commit 6932527

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ install: npm install
99
branches:
1010
only:
1111
- master
12+
script: npm run deploy:ci

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"predeploy": "git-branch-is master && git diff --exit-code && npm run sapper",
1313
"deploy:ci": "git-branch-is master && now --token $NOW_TOKEN && now alias --token $NOW_TOKEN",
1414
"prestage": "npm run update_template && npm run sapper",
15-
"predeploy:ci": "npm run update_template",
16-
"lint": "eslint server client shared"
15+
"predeploy:ci": "npm run prestage",
16+
"lint": "eslint app routes"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)