We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107788c commit 565819cCopy full SHA for 565819c
1 file changed
.github/workflows/deploy.yml
@@ -30,7 +30,8 @@ jobs:
30
with:
31
node-version: '22'
32
33
- - name: Delete the postinstall script?
+ - name: Delete the postinstall script
34
+ # Otherwise it enter the watch task and never finishes
35
run: npm pkg delete scripts.postinstall
36
37
- name: Install dependencies
0 commit comments