Skip to content

Commit

Permalink
[FIX] ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Aug 7, 2023
1 parent 7cb8178 commit f60eb76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: lerna run build
- run: lerna publish from-git
- run: lerna publish from-git -y
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 2 additions & 4 deletions packages/vuito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"module": "lib/vuito.esm.js",
"types": "lib/vuito.d.ts",
"sideEffects": false,
"publishConfig": {
"directory": "lib"
},
"files": [
"*"
],
Expand Down Expand Up @@ -50,5 +47,6 @@
},
"jest": {
"preset": "ts-jest"
}
},
"gitHead": "7cb817894e44757a73c4f859084d978112b06691"
}

1 comment on commit f60eb76

@vercel
Copy link

@vercel vercel bot commented on f60eb76 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-mathix420.vercel.app
vuito.vercel.app
vuito-git-master-mathix420.vercel.app

Please sign in to comment.