Skip to content

Commit

Permalink
[FIX] github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Aug 7, 2023
1 parent 555e03e commit 2bf791d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: lerna bootstrap
- run: lerna run build
- run: lerna publish from-git
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
node-version: 'lts/*'

- run: npm i
- run: lerna bootstrap
- run: lerna run test:ci

- uses: paambaati/codeclimate-action@v5
Expand Down

1 comment on commit 2bf791d

@vercel
Copy link

@vercel vercel bot commented on 2bf791d Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vuito – ./

vuito.vercel.app
vuito-git-master-mathix420.vercel.app
vuito-mathix420.vercel.app

Please sign in to comment.