Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Aug 4, 2023
1 parent 895342e commit b9db6f7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .changeset/hot-windows-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@axetroy/iconfont-componentized-cli": patch
"@axetroy/iconfont-componentized-gen-dom": patch
"@axetroy/iconfont-componentized-gen-react": patch
"@axetroy/iconfont-componentized-gen-svg": patch
"@axetroy/iconfont-componentized-gen-vue": patch
"@axetroy/iconfont-componentized-gen-web-component": patch
"@axetroy/iconfont-componentized-parser": patch
"@axetroy/iconfont-componentized-share": patch
---

bump
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
- name: setup pnpm config
run: pnpm config set store-dir $PNPM_CACHE_FOLDER

- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: install dependencies
run: pnpm install

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
dist
.DS_Store
.pnpm-store
.pnpm-store
.npmrc
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"build": "pnpm -r --aggregate-output --filter=./packages/* build",
"test": "pnpm -r --aggregate-output --filter=./packages/* test",
"format": "prettier **/*.{js,jsx,ts,json,md} --write",
"changeset:release": "pnpm build && pnpm publish",
"changeset:version": "changeset version && pnpm install --lockfile-only"
"changeset:release": "changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@babel/core": "^7.22.9",
Expand Down

0 comments on commit b9db6f7

Please sign in to comment.