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

Commit 28b0c2c

Browse files
authored
Remove deploy command from package.json
1 parent 363300c commit 28b0c2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)