Skip to content

Commit

Permalink
Merge pull request #58 from Tommypop2/next
Browse files Browse the repository at this point in the history
Refactor `create-solid` and remove other packages
  • Loading branch information
Tommypop2 authored Jan 19, 2025
2 parents ffd59e7 + b66cee3 commit 30f8ec8
Show file tree
Hide file tree
Showing 99 changed files with 1,047 additions and 5,097 deletions.
11 changes: 11 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@solid-cli/create": "0.6.0-alpha.0",
"create-solid": "0.6.0-alpha.1",
"@solid-cli/full": "0.6.0-alpha.0",
"@solid-cli/utils": "0.6.0-alpha.0"
},
"changesets": []
}
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,8 @@ dist
.yarn/install-state.gz
.pnp.*

# Testing directory
testing
# Test directory
test

# Build output
types
1 change: 0 additions & 1 deletion examples/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions examples/plugin_template/package.json

This file was deleted.

Loading

0 comments on commit 30f8ec8

Please sign in to comment.