Skip to content

Commit

Permalink
0.0.1 x 0.0.2 Package Changeset Preview Init II
Browse files Browse the repository at this point in the history
  • Loading branch information
benemmaofficial committed Oct 7, 2024
1 parent 5d8068e commit e41d1bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/kit/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint . --max-warnings 0",
"build": "tsup src/index.ts --format cjs,esm --dts --config tsconfig.json",
"dev": "tsup src/index.ts --format cjs,esm --watch --dts",
"lint": "eslint \"src/**/*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
Expand Down

0 comments on commit e41d1bf

Please sign in to comment.