Skip to content

Commit 3cab0e3

Browse files
chore: remove TailwindCSS scripts and related command from package.json
- Deleted the remove_tailwind.js script as it is no longer needed. - Removed the corresponding command from package.json to streamline the build process.
1 parent 0f0e4f7 commit 3cab0e3

File tree

2 files changed

+0
-66
lines changed

2 files changed

+0
-66
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"prettier": "prettier --ignore-unknown --write .",
2626
"clean": "rimraf node_modules pnpm-lock.yaml dist",
2727
"validate": "./scripts/validate",
28-
"remove:tailwind": "node ./scripts/remove_tailwind",
2928
"prepare": "husky"
3029
},
3130
"dependencies": {

scripts/remove_tailwind.js

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)