Skip to content

Commit

Permalink
doc: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 21, 2023
1 parent 71bd84c commit d939ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'

- run: npm install --unsafe-perm
- run: npm run hoist
# - run: npm run hoist
- run: npm run build
- run: npm run coverage
- run: npm run doc
Expand All @@ -37,7 +37,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: npm install --unsafe-perm
- run: npm run hoist
# - run: npm run hoist
- run: npm run build
- run: npm run coverage
- run: npm run bundle
Expand Down

0 comments on commit d939ee6

Please sign in to comment.