Skip to content

Commit

Permalink
feat: move init-tailwind to folder scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Dec 17, 2024
1 parent e0ef00b commit f984c4a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 968 deletions.
6 changes: 4 additions & 2 deletions apps/nt-stylesheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"packageManager": "[email protected]",
"scripts": {
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/init-tailwind.js",
"postinstall": "node ./scripts/init-tailwind.js",
"build": "pnpm vite build"
},
"engines": {
Expand All @@ -22,6 +22,9 @@
"require": "./dist/theme.umd.cjs"
}
},
"devEngines": {
"node": "20.x "
},
"devDependencies": {
"@types/node": "20.4.9",
"nx": "^20.2.2",
Expand All @@ -31,7 +34,6 @@
},
"dependencies": {
"autoprefixer": "^10.4.20",
"fbjs-scripts": "^3.0.1",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
Expand Down
Loading

0 comments on commit f984c4a

Please sign in to comment.