Fix build
This commit is contained in:
@@ -26,11 +26,9 @@ jobs:
|
||||
[ "$GITHUB_EVENT_NAME" == "pull_request" ] && export BETA=true && rm -rf docs/beta/
|
||||
[ "$GITHUB_EVENT_NAME" != "pull_request" ] && rm -rf docs/_app/
|
||||
yarn install
|
||||
yarn run lint
|
||||
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)
|
||||
yarn build
|
||||
cd bin
|
||||
./fix-path
|
||||
yarn run lint
|
||||
cd ..
|
||||
|
||||
- name: Deploy
|
||||
|
||||
Reference in New Issue
Block a user