Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MalikWhitten67 committed Sep 30, 2023
1 parent 3648441 commit 7022c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"test": "echo hello world",
"dev": "npx tailwindcss -i ./src/dev/app.css -o ./dist/styles/main.css --watch ",
"build": "postcss ./src/dev/app.css -o ./dist/styles/main.css --minify --watch ",
"build": "postcss ./src/dev/app.css -o ./dist/styles/main.css --minify",
"start": "npx live-server ./ --port=8080 --entry-file=./index.html && npm run dev"
},
"dependencies": {
Expand Down

0 comments on commit 7022c5c

Please sign in to comment.