Skip to content

Commit 74c73a8

Browse files
committed
feat: npm workspaces over lerna
1 parent 7bf3662 commit 74c73a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)