Skip to content

Commit 9baddf8

Browse files
committed
install packages then remove proposals
1 parent 15a5573 commit 9baddf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
git add package.json
150150
git commit -m 'auto bump version with release'
151151
jq --arg version "$VERSION" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json
152-
jq 'del(.enableProposedApi,.enabledApiProposals)' package.json > "$tmp" && mv "$tmp" package.json
153152
npm install
153+
jq 'del(.enableProposedApi,.enabledApiProposals)' package.json > "$tmp" && mv "$tmp" package.json
154154
git push
155155
- name: Build package
156156
run: |

0 commit comments

Comments
 (0)