Skip to content

Commit 9a8b1cd

Browse files
committed
feat: npm workspaces over lerna
1 parent 74c73a8 commit 9a8b1cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
scope: '@foo-software'
2020
- name: Install
2121
run: |
22-
npm install
22+
npm install --workspaces
23+
npm run build --workspaces --if-present
2324
- name: Generate Schema
2425
run: |
2526
node packages/ghost-graphql-ci-tools/dist/bin/config-git.js

0 commit comments

Comments
 (0)