Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersokari committed Jan 16, 2025
1 parent 27158ec commit 43eb386
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
node-version: '20'

- name: Install deps
run: cd ${{env.DIR}} && npm i
- name: Run test
run: cd ${{env.DIR}} && npm run test
run: npm i --workspaces
- name: Compile
run: cd ${{env.DIR}} && npm run build
run: npm run build --workspaces
- name: Run test
run: npm run test --workspaces
- name: Bump version
run: cd ${{env.DIR}} && npm version ${{github.event.inputs.semver}}

Expand Down
5 changes: 3 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
},
"type": "module",
"dependencies": {
"allure-deployer-shared": "1.1.4",
"@google-cloud/storage": "^7.14.0",
"allure-deployer-shared": "1.1.4",
"commander": "^12.1.0",
"conf": "^13.1.0",
"ora": "^8.1.1"
"ora": "^8.1.1",
"shared": "^0.2.0"
},
"devDependencies": {
"@types/chai": "^5.0.1",
Expand Down
1 change: 1 addition & 0 deletions apps/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"firebase-tools": "^13.29.1",
"p-limit": "^6.1.0",
"random-words": "^2.0.1",
"shared": "^0.2.0",
"unzipper": "^0.12.3"
},
"devDependencies": {
Expand Down

0 comments on commit 43eb386

Please # to comment.