Skip to content

Commit

Permalink
chore: remove useless scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Sep 10, 2021
1 parent 3cfc375 commit 5fd2213
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn bootstrap:ci
run: yarn bootstrap

- name: Lint scripts and type
run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn bootstrap:ci
run: yarn bootstrap

- name: Test
run: yarn test
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"spreadsheet"
],
"scripts": {
"bootstrap": "yarn",
"bootstrap:ci":"lerna bootstrap",
"bootstrap":"lerna bootstrap",
"clean": "lerna clean -y && rimraf node_modules",
"core:start": "lerna run test:live",
"build": "lerna run build --include-dependencies --stream",
Expand Down

0 comments on commit 5fd2213

Please sign in to comment.