Skip to content

Commit

Permalink
chore: update property files to publishing (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrogarciajs committed Jun 3, 2024
1 parent df942f3 commit bd06e38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pnpm run build

- name: Publish to NPM
run: pnpm -r publish --access public --no-git-checks
run: pnpm publish --access public --no-git-checks
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@openlabs/ui",
"version": "0.2.0",
"packageManager": "pnpm@9.1.4",
"description": "A design system built with TailwindCSS and Shadcn.",
"author": "openlabs",
Expand All @@ -22,12 +23,11 @@
"./package.json": "./package.json"
},
"files": [
"!CHANGELOG.md",
"!LICENSE",
"!README.md",
"!dist/**/*",
"!package.json",
"*"
"CHANGELOG.md",
"LICENSE",
"README.md",
"dist",
"package.json"
],
"scripts": {
"dev": "pnpm dev:playground",
Expand Down

0 comments on commit bd06e38

Please sign in to comment.