diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 3c3fb4e..a262088 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -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 ../../..