Skip to content

Commit

Permalink
fix: remove tailwind processing from server task
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Aug 13, 2024
1 parent ca59efb commit 22737da
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 @@ -92,7 +92,7 @@
"release": "npm run release:patch",
"release:patch": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify && ./bin/repo/release/postrelease",
"sassdoc": "wireit",
"server": "node bin/hugo/server.js && npm run server:tailwind",
"server": "node bin/hugo/server.js",
"server:tailwind": "wireit",
"tests": "wireit",
"update": "wireit",
Expand Down

0 comments on commit 22737da

Please sign in to comment.