Skip to content

Commit

Permalink
ci: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
deMGoncalves committed Jun 28, 2024
1 parent f3cda79 commit 9776013
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 781 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
bun-version: latest
- run: bun install
- run: bun run build
- run: npm publish --verbose --access public
- run: npm publish --access public
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Binary file modified bun.lockb
Binary file not shown.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"dependencies": {
"artifact": "workspace:*",
"directive": "workspace:*",
"element": "workspace:*",
"pixel": "workspace:*",
"polyfill": "workspace:*",
"standard": "workspace:*"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.24.7",
"vite": "^5.3.1",
"vite-plugin-babel": "^1.2.0"
},
"files": ["dist/*", "packages/**/*.d.ts", "index.d.ts"],
"license": "MIT",
"main": "./dist/kuba.cjs",
"module": "./dist/kuba.js",
"name": "@bake-js/element",
"peerDependencies": {
"artifact": "workspace:*",
"directive": "workspace:*",
"element": "workspace:*",
"pixel": "workspace:*",
"polyfill": "workspace:*",
"standard": "workspace:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bake-js/element.git"
Expand Down
Loading

0 comments on commit 9776013

Please sign in to comment.