Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanductran authored Dec 26, 2024
1 parent 8da597a commit fef532f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
],
"scripts": {
"build": "vite build",
"build:all": "pnpm build:tailwind && pnpm build",
"build:tailwind": "pnpm postcss css/app.css -o css/build.css --verbose",
"dev": "concurrently \"pnpm dev:layout\" \"pnpm dev:tailwind\"",
"dev:layout": "vite",
"dev:tailwind": "pnpm postcss css/app.css -o css/build.css --watch",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preinstall": "npx only-allow pnpm",
Expand Down

1 comment on commit fef532f

@vercel
Copy link

@vercel vercel bot commented on fef532f Dec 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.