Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Oct 16, 2023
1 parent 8cf3021 commit 299041b
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 @@ -51,7 +51,7 @@
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js ./src/js",
"lint:js-fix": "wp-scripts lint-js ./src/js --fix",
"watch": "wp-scripts start src/js/frontend/woocommerce-blocks.js --output-path=build/frontend",
"watch": "wp-scripts start src/js/frontend/woocommerce-blocks.js --output-path=assets/frontend",
"watch:tailwind": "npx tailwindcss -i ./src/scss/tailwind.scss -o ./src/scss/_tailwind-compiled.scss --watch",
"audit:prod": "npm audit --omit=dev",
"lint:pkg-json": "wp-scripts lint-pkg-json",
Expand Down

0 comments on commit 299041b

Please sign in to comment.