Skip to content

Commit 3c96a43

Browse files
fix: add npm run test:prepare to ci
1 parent 5b133c7 commit 3c96a43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-npm-deserializer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@ jobs:
4141
working-directory: "packages/dataprotector-deserializer"
4242
artifact-name: 'sdk-dist'
4343
artifact-path: 'packages/sdk/dist'
44+
install-command: |
45+
npm ci
46+
npm run test:prepare
4447
secrets:
4548
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)