Skip to content

Commit 28d6d4c

Browse files
committed
Merge branch 'develop'
2 parents 0b80fad + a4a68c4 commit 28d6d4c

File tree

161 files changed

+131052
-16380
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+131052
-16380
lines changed

.github/workflows/npm-publish-github-packages.yml renamed to .github/workflows/npm-publish.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,18 @@ jobs:
1616
with:
1717
node-version: 20
1818
- run: npm ci
19-
# - run: npm test
19+
# - run: npm test
2020

21-
publish-gpr:
21+
publish-npm:
2222
needs: build
2323
runs-on: ubuntu-latest
24-
permissions:
25-
contents: read
26-
packages: write
2724
steps:
2825
- uses: actions/checkout@v4
2926
- uses: actions/setup-node@v4
3027
with:
3128
node-version: 20
32-
registry-url: https://npm.pkg.github.com/
29+
registry-url: https://registry.npmjs.org/
3330
- run: npm ci
3431
- run: npm publish
3532
env:
36-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
33+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_modules
66
/.svelte-kit
77
/build
88
/dist
9+
/docs
910

1011
# OS
1112
.DS_Store

.netlify/functions-internal/sveltekit-render.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.netlify/functions-internal/sveltekit-render.mjs

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)