Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 25, 2023
1 parent 4f4ad71 commit e3a3cf5
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -164,7 +164,7 @@ jobs:
node-version: 18

- run: npm install
# - run: npm run hoist
- run: npm run hoist
- run: npm run build

- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
with:
node-version: 18
- run: npm install
# - run: npm run hoist
- run: npm run hoist
- run: npm run build
# - run: npm run electron

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"license": "MIT",
"devDependencies": {
"@lerna/legacy-package-management": "^7.1.5",
"cross-env": "^7.0.3",
"husky": "^8.0.1",
"lerna": "^7.1.5",
Expand Down

0 comments on commit e3a3cf5

Please sign in to comment.