Skip to content

Commit

Permalink
Remove prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Oct 5, 2022
1 parent 3fb8acd commit 95ec412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build
working-directory: ./api
run: |
npm install --prefix api --ignore-scripts
npm install --ignore-scripts
node ../scripts/version-update.js
tsc --build tsconfig.json tsconfig.esm.json
Expand Down

0 comments on commit 95ec412

Please sign in to comment.