Skip to content

Commit

Permalink
Split workspace into seperate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Oct 23, 2024
1 parent 460406b commit 326a769
Show file tree
Hide file tree
Showing 73 changed files with 2,662 additions and 390 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 20
- name: Install Dependencies
run: npm install
run: npm ci
- name: Check
run: npm run check
- name: Package
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: cd packages/svader
- name: Install Dependencies
run: npm install
run: npm ci
- name: Package
run: npm run package
- name: Publish
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ node_modules
# Output
.output
.vercel
/.svelte-kit
/build
/dist
.svelte-kit
build
dist

# OS
.DS_Store
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

1 change: 1 addition & 0 deletions LICENSE.md
294 changes: 0 additions & 294 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Loading

0 comments on commit 326a769

Please sign in to comment.