Skip to content

Commit

Permalink
update watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 9, 2024
1 parent 362e411 commit 3927ae0
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 @@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"build": "packemon build --addEngines --addFiles --declaration && npx packemon validate --no-license --no-people --no-repo && tailwindcss -o ./src/styles.css --minify",
"watch": "tailwind -i ./src/index.css -o ./src/styles.css --watch",
"watch": "tailwind -o ./src/styles.css --watch",
"check": "yarn format",
"format": "prettier --log-level warn --write .",
"format:check": "prettier --check .",
Expand Down

0 comments on commit 3927ae0

Please sign in to comment.