Skip to content

Commit

Permalink
fix: submodule parser path set incorrectly II
Browse files Browse the repository at this point in the history
  • Loading branch information
Fevol committed Mar 6, 2024
1 parent 25fb8e3 commit cbb90d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
id: build
run: |
cd ./src/editor/parser
cd ./src/editor/base/parser
npm i --force
npm run build --if-present
cd ../../..
Expand Down

0 comments on commit cbb90d8

Please sign in to comment.