Skip to content

Commit 3df3c49

Browse files
chore(now): trying now-pipeline
1 parent 294a99a commit 3df3c49

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,14 @@ after_success:
3131
fi
3232
if [[ $TRAVIS_BRANCH == 'master' || $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
3333
printf "//registry.npmjs.org/:_authToken=$NPM_TOKEN\n" > ~/.npmrc
34-
npm install --no-save [email protected]
34+
npm install --no-save [email protected] now-pipeline
3535
npm run release
3636
fi
3737
if [[ $TRAVIS_BRANCH == 'master' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
38-
cd ./packages/overmind-website
39-
npm install --no-save now
40-
./node_modules/.bin/now --token $NOW_TOKEN && now alias overmindjs.org --token $NOW_TOKEN
38+
now-pipeline --dir ./packages/overmind-website --alias overmindjs.org
4139
fi
4240
if [[ $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
43-
cd ./packages/overmind-website
44-
npm install --no-save now
45-
./node_modules/.bin/now --token $NOW_TOKEN && now alias next.overmindjs.org --token $NOW_TOKEN
41+
now-pipeline --dir ./packages/overmind-website --alias next.overmindjs.org
4642
fi
4743
branches:
4844
except:

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@
2323
},
2424
"dependencies": {
2525
"@types/node": "10.5.1",
26+
"color": "3.0.0",
27+
"color-hash": "1.0.3",
2628
"electron": "2.0.4",
27-
"is-plain-object": "2.0.4",
2829
"electron-json-storage": "4.1.0",
30+
"express": "4.16.3",
31+
"install": "0.12.1",
32+
"is-plain-object": "2.0.4",
33+
"marksy": "6.0.3",
34+
"npm": "6.3.0",
35+
"page": "1.8.6",
36+
"prismjs": "1.15.0",
2937
"react": "16.4.1",
3038
"react-dom": "16.4.1",
3139
"styled-components": "3.3.3",
32-
"ws": "5.2.1",
33-
"color": "3.0.0",
3440
"tslib": "1.9.3",
35-
"color-hash": "1.0.3",
3641
"vue": "2.5.16",
3742
"vue-hot-reload-api": "2.3.0",
38-
"express": "4.16.3",
39-
"install": "0.12.1",
40-
"marksy": "6.0.3",
41-
"npm": "6.3.0",
42-
"page": "1.8.6",
43-
"prismjs": "1.15.0"
43+
"ws": "5.2.1"
4444
},
4545
"devDependencies": {
4646
"@types/jest": "23.1.4",

0 commit comments

Comments
 (0)