Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMoeglich committed Oct 19, 2023
1 parent 8a2a58c commit 20a57f0
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3,271 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- uses: oven-sh/setup-bun@v1

# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '17.x'
registry-url: 'https://registry.npmjs.org'

- run: bun install
- run: npm run package
- run: npm publish .
env:
Expand Down
20 changes: 0 additions & 20 deletions .pnpm-debug.log

This file was deleted.

Binary file added bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "npm run test && npm run lint && vite build",
"package": "npm run test && npm run lint && svelte-package package",
"preview": "vite preview",
"test": "vitest run",
"test": "vitest run && npm run check && npm run lint",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
Expand Down
Loading

0 comments on commit 20a57f0

Please sign in to comment.