0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

fix: run prepack after yarn

This commit is contained in:
Gao Sun 2021-07-26 21:40:49 +08:00
parent 6c00d40aeb
commit 46bca952e8
No known key found for this signature in database
GPG key ID: 0F0EFA2E36639F31
4 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install packages
run: yarn bootstrap
run: yarn
- name: Lint
working-directory: packages/core

View file

@ -29,7 +29,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install packages
run: yarn bootstrap
run: yarn
- name: Lint
working-directory: packages/schemas

View file

@ -29,7 +29,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install packages
run: yarn bootstrap
run: yarn
- name: Lint
working-directory: packages/ui

View file

@ -4,7 +4,7 @@
"scripts": {
"lerna": "lerna",
"bootstrap": "lerna bootstrap",
"prepare": "husky install"
"prepare": "husky install && lerna run --stream prepack"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",