Skip to content

Commit

Permalink
chore(release): 0.0.1 (reattempt automatic release -- attempt #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fevol committed Mar 5, 2023
1 parent 1f42ce7 commit 1f89d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Build
id: build
run: |
cd ./editor/parser
cd ./src/editor/parser
npm i --force
npm run build --if-present
cd ../..
cd ../../..
npm i --force
npm run build --if-present
mkdir ${{ env.PLUGIN_NAME }}
Expand Down

0 comments on commit 1f89d8e

Please sign in to comment.