Skip to content

Commit 30f8ec8

Browse files
authored
Merge pull request #58 from Tommypop2/next
Refactor `create-solid` and remove other packages
2 parents ffd59e7 + b66cee3 commit 30f8ec8

Some content is hidden

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

99 files changed

+1047
-5097
lines changed

.changeset/pre.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mode": "pre",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"@solid-cli/create": "0.6.0-alpha.0",
6+
"create-solid": "0.6.0-alpha.1",
7+
"@solid-cli/full": "0.6.0-alpha.0",
8+
"@solid-cli/utils": "0.6.0-alpha.0"
9+
},
10+
"changesets": []
11+
}

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
matrix:
14+
os: [ubuntu-latest, windows-latest, macos-latest]
1215

1316
steps:
1417
- uses: actions/checkout@v4

.gitignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,8 @@ dist
135135
.yarn/install-state.gz
136136
.pnp.*
137137

138-
# Testing directory
139-
testing
138+
# Test directory
139+
test
140+
141+
# Build output
142+
types

examples/README.md

-1
This file was deleted.

examples/plugin_template/package.json

-19
This file was deleted.

0 commit comments

Comments
 (0)