Skip to content

Commit 6c793d2

Browse files
acaoIvanGoncharov
authored andcommitted
fix deployment scripts (#145)
1 parent eb15f31 commit 6c793d2

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
@@ -49,7 +49,7 @@
4949
"download": "babel-node scripts/download.js cache/data.json",
5050
"build-public": "browserify --standalone Schema -t babelify --outfile public/schema.js src/schema-proxy.js",
5151
"serve-public": "babel-node scripts/serve-public",
52-
"deploy": "scripts/build-public && scripts/deploy-public",
52+
"deploy": "yarn run build-public && scripts/deploy-public",
5353
"prettier": "prettier --write 'src/**/*.js'",
5454
"print-schema": "babel-node scripts/print-schema.js",
5555
"store-schema": "babel-node scripts/store-schema.js"

0 commit comments

Comments
 (0)