Skip to content

Commit c2af9b0

Browse files
fix nodeCommands
1 parent db31d95 commit c2af9b0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.vtex/deployment.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
packageManager: yarn
1010
skipInstall: false
1111
nodeCommands:
12-
- yarn run lint
13-
- yarn run ci:test
12+
- lint
13+
- ci:test
1414
when:
1515
- event: push
1616
source: branch
@@ -19,10 +19,9 @@
1919
parameters:
2020
nodeVersion: "22-bookworm"
2121
packageManager: yarn
22-
skipInstall: true
22+
skipInstall: false
2323
nodeCommands:
24-
- yarn install --ignore-scripts
25-
- yarn ci:build
24+
- ci:build
2625
publishViaGithubWorkflow: true
2726
workflowFile: publish-npm.yml
2827
workflowVersion: '{{ ref_name }}'

0 commit comments

Comments
 (0)