Skip to content

Commit

Permalink
remove swc plugin references
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed May 21, 2024
1 parent 5847362 commit 7528767
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
**/*.rs
**/*.yaml
packages/swc-plugin-solid-cli
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"./packages/*"
],
"devDependencies": {
"@changesets/cli": "2.27.2",
"@changesets/cli": "2.27.3",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"turbo": "^1.13.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"scripts": {
"test": "vitest run",
"build": "tsc && tsup && jiti ./scripts/postBuild.ts"
"build": "tsc && tsup"
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
Expand Down
9 changes: 0 additions & 9 deletions packages/utils/scripts/postBuild.ts

This file was deleted.

10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7528767

Please sign in to comment.