We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e1151 commit 9448400Copy full SHA for 9448400
.github/workflows/build.yml
@@ -38,6 +38,7 @@ jobs:
38
npm install --global replace-in-files-cli
39
replace-in-files --string="2.0.0-dev" --replacement=${{steps.version.outputs.version}} packages/core/src/configuration/Configuration.ts
40
replace-in-files --string="2.0.0-dev" --replacement=${{steps.version.outputs.version}} **/package*.json
41
+ npm install
42
- name: Build
43
run: npm run build
44
- name: Lint
0 commit comments