Skip to content

Commit 0e82907

Browse files
committed
Hotfix for broken deployment script
1 parent 4be0e2e commit 0e82907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
node-version: ${{ matrix.node-version }}
8787
- run: rm -rf docs
8888
- run: yarn install
89-
- run: yarn run-script build
89+
- run: yarn run build
9090
- run: curl ${{ secrets.INDEX_HTML_DEPLOYMENT_URL }} > dist/index.html
9191
- run: yarn pack
9292
- run: rm -rf target

0 commit comments

Comments
 (0)