Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jul 21, 2024
1 parent 2da19f0 commit 4a0511b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- name: Install Berry
run: corepack enable
- name: Install Dependices
run: make
run: yarn
- name: Pack and Publish
run: |
make build
yarn build
npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin swc3",
"dev": "rollup --config rollup.config.ts --configPlugin swc3 --watch",
"test": "vitest --dir __tests__ --typecheck.enabled",
"test": "vitest __tests__",
"lint": "eslint . --fix",
"e2e": "vitest e2e/**/*.spec.ts --coverage.enabled=false",
"format": "dprint fmt"
Expand Down

0 comments on commit 4a0511b

Please sign in to comment.