Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
ogroppo committed Nov 25, 2024
1 parent 985ddae commit 912ea34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"packages/*"
],
"scripts": {
"test": "turbo run test",
"dev": "turbo run dev --parallel --no-cache",
"build": "turbo run build",
"kill": "pnpm run kill --filter apps/*",
"publish-packages": "turbo run build lint && changeset version && changeset publish"
"dev": "turbo run dev --parallel --no-cache",
"prepublish": "pnpm build",
"release": "pnpm changeset && pnpm changeset version",
"test": "turbo run test"
},
"devDependencies": {
"turbo": "^2.3.1"
Expand Down
5 changes: 0 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
"main": "index.js",
"license": "MIT",
"files": [
"eslint-preset.js",
"eslint-server.js",
"jest-next.js",
"jest-server.js"
],
"dependencies": {
"eslint": "8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit 912ea34

Please sign in to comment.