Skip to content

Commit f1c56a4

Browse files
committed
ci: publish with locked dependencies
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 689f694 commit f1c56a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
env:
4747
CYPRESS_INSTALL_BINARY: 0
4848
run: |
49-
npm i
49+
npm ci
5050
npm run build
51+
npm run validate:dist
5152
5253
- name: Publish to npm
5354
run: npm publish --provenance --access public

0 commit comments

Comments
 (0)