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

Commit 302a906

Browse files
committed
Correct npm script for deployments
1 parent 6d7f6a0 commit 302a906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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",
4646
"pr-check": "scripts/pr-check.sh",
47-
"release": "scripts/deploy.sh"
47+
"deploy": "scripts/deploy.sh"
4848
},
4949
"dependencies": {
5050
"immutable": "^3.8.2",

0 commit comments

Comments
 (0)