Skip to content

Commit 4fc7884

Browse files
committed
Revert "ci: publish with locked dependencies"
This reverts commit f1c56a4. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent f1c56a4 commit 4fc7884

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/npm-publish.yml

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

0 commit comments

Comments
 (0)