We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be0e2e commit 0e82907Copy full SHA for 0e82907
.github/workflows/master-deployment.yml
@@ -86,7 +86,7 @@ jobs:
86
node-version: ${{ matrix.node-version }}
87
- run: rm -rf docs
88
- run: yarn install
89
- - run: yarn run-script build
+ - run: yarn run build
90
- run: curl ${{ secrets.INDEX_HTML_DEPLOYMENT_URL }} > dist/index.html
91
- run: yarn pack
92
- run: rm -rf target
0 commit comments