We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daec31 commit 7eb83abCopy full SHA for 7eb83ab
.github/actions/setup/action.yml
@@ -29,9 +29,8 @@ runs:
29
run: yarn install --immutable
30
shell: bash
31
32
- - name: Run postinstall
33
- if: steps.yarn-cache.outputs.cache-hit == 'true'
34
- run: yarn postinstall
+ - name: Run yarn genversion
+ run: yarn genversion
35
36
37
- name: Cache dependencies
package.json
@@ -27,7 +27,6 @@
27
},
28
"scripts": {
"genversion": "genversion src/internals/version.ts --esm -s",
- "postinstall": "yarn genversion",
"prepare": "yarn genversion && typedoc && bob build",
"clean": "shx rm -rf bin",
"prebuild:tests": "yarn clean",
0 commit comments