We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db31d95 commit c2af9b0Copy full SHA for c2af9b0
1 file changed
.vtex/deployment.yaml
@@ -9,8 +9,8 @@
9
packageManager: yarn
10
skipInstall: false
11
nodeCommands:
12
- - yarn run lint
13
- - yarn run ci:test
+ - lint
+ - ci:test
14
when:
15
- event: push
16
source: branch
@@ -19,10 +19,9 @@
19
parameters:
20
nodeVersion: "22-bookworm"
21
22
- skipInstall: true
+ skipInstall: false
23
24
- - yarn install --ignore-scripts
25
- - yarn ci:build
+ - ci:build
26
publishViaGithubWorkflow: true
27
workflowFile: publish-npm.yml
28
workflowVersion: '{{ ref_name }}'
0 commit comments