Skip to content

Commit 6d7aac1

Browse files
authored
Only install library deps when publishing to npm (#511)
1 parent 38e877c commit 6d7aac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
registry-url: "https://registry.npmjs.org"
2828
scope: "@aikidosec"
2929
- name: Install dependencies
30-
run: npm install
30+
run: npm run install-lib-only
3131
- name: Get the version
3232
id: get_version
3333
run: echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)