chore: update .github/workflows/ci.yml

This commit is contained in:
jaywcjlove
2023-08-25 11:51:58 +08:00
parent 4f4ad71d09
commit e3a3cf5ff6
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -14,6 +14,7 @@
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@lerna/legacy-package-management": "^7.1.5",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"husky": "^8.0.1", "husky": "^8.0.1",
"lerna": "^7.1.5", "lerna": "^7.1.5",