Skip to content

Commit

Permalink
ci: replace @neodx/autobuild with raw tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
secundant committed Nov 26, 2023
1 parent d3314d4 commit dcd2ca7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1,246 deletions.
2 changes: 1 addition & 1 deletion libs/std/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"typecheck": "tsc --noEmit",
"clean": "yarn dlx rimraf dist",
"build": "autobuild",
"build": "tsc",
"test": "vitest run",
"lint": "eslint src"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sideEffects": false,
"scripts": {
"typecheck": "tsc --noEmit",
"build": "autobuild",
"build": "tsc",
"test": "vitest run",
"lint": "eslint ."
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@changesets/cli": "2.26.2",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@neodx/autobuild": "0.1.0",
"eslint": "8.54.0",
"eslint-kit": "10.6.0",
"is-ci": "3.0.1",
Expand Down
Loading

0 comments on commit dcd2ca7

Please sign in to comment.