Skip to content

Commit

Permalink
Try npm install after replace version
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Feb 18, 2023
1 parent e6e1151 commit 9448400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
npm install --global replace-in-files-cli
replace-in-files --string="2.0.0-dev" --replacement=${{steps.version.outputs.version}} packages/core/src/configuration/Configuration.ts
replace-in-files --string="2.0.0-dev" --replacement=${{steps.version.outputs.version}} **/package*.json
npm install
- name: Build
run: npm run build
- name: Lint
Expand Down

0 comments on commit 9448400

Please sign in to comment.