Skip to content

Commit

Permalink
ci: fix idoc not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 22, 2024
1 parent 6ae1388 commit b52db05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

- run: npm install
- run: npm run build
- run: npm run build:doc

- name: build document
working-directory: examples/document
run: |
ls -al
npm run build
cp schema dist
- name: Generate Contributors Images
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"tool"
],
"scripts": {
"build": "lerna exec --scope idoc -- npm run build",
"build:doc": "lerna exec --scope document -- npm run build",
"build": "npm --workspace=idoc run build",
"build:doc": "npm --workspace=document run build",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prettier": "prettier --write --ignore-unknown \"**/*.{js,ts,css,json}\"",
"type-check": "tsc --noEmit",
Expand Down

0 comments on commit b52db05

Please sign in to comment.