Skip to content

Commit 9448400

Browse files
committed
Try npm install after replace version
1 parent e6e1151 commit 9448400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
npm install --global replace-in-files-cli
3939
replace-in-files --string="2.0.0-dev" --replacement=${{steps.version.outputs.version}} packages/core/src/configuration/Configuration.ts
4040
replace-in-files --string="2.0.0-dev" --replacement=${{steps.version.outputs.version}} **/package*.json
41+
npm install
4142
- name: Build
4243
run: npm run build
4344
- name: Lint

0 commit comments

Comments
 (0)