Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 0b550e6

Browse files
authored
Merge pull request #91 from relay-tools/update-deploy
Update deploy command
2 parents 5edd57b + 28b0c2c commit 0b550e6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ env:
1515

1616
deploy:
1717
provider: script
18-
script: yarn deploy
18+
script: bash scripts/deploy.sh
1919
on:
2020
branch: master

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"sync-fixtures":
4444
"rsync -avh --delete --stats --progress ../relay/packages/relay-compiler/language/javascript/__tests__/fixtures/flow-generator/*.graphql test/fixtures/type-generator",
4545
"precommit": "lint-staged",
46-
"pr-check": "scripts/pr-check.sh",
47-
"deploy": "scripts/deploy.sh"
46+
"pr-check": "scripts/pr-check.sh"
4847
},
4948
"dependencies": {
5049
"immutable": "^3.8.2",

0 commit comments

Comments
 (0)