Skip to content

Commit

Permalink
Merge pull request #68 from valiantlynx:working
Browse files Browse the repository at this point in the history
take my own advice
  • Loading branch information
valiantlynx authored Apr 8, 2024
2 parents ddfd6ad + 418a7ec commit 63905fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 21
registry-url: 'https://registry.npmjs.org/'
scope: '@valiantlynx'
cache: "pnpm"
- name: install pnpm
run: npm i pnpm@latest -g
- name: Setup npmrc
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.2.6",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"engine-strict": true
},
"description": "Rich text editor as a svelte component",
"homepage": "https://svelte-rich-text.valiantlynx.com",
Expand Down Expand Up @@ -34,7 +35,7 @@
"package": "svelte-kit sync && svelte-package && publint",
"release": "pnpm run package && changeset publish",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm publish -r",
"ci:publish": "pnpm publish -r --no-git-checks",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
Expand Down

0 comments on commit 63905fb

Please sign in to comment.