Skip to content

Commit

Permalink
chore: tweak npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
foolish-pine committed Aug 15, 2024
1 parent 786e2e4 commit c8a78c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "1.0.0",
"private": true,
"scripts": {
"start": "npm run watch",
"start": "run-p theme-dev watch",
"theme-dev": "shopify theme dev",
"babel": "babel src/scripts -d assets --extensions .ts",
"postcss": "postcss src/styles/*.css --dir assets",
"build": "run-p build:*",
"build:scripts": "run-s type-check babel",
"build:styles": "npm run postcss",
"babel": "babel src/scripts -d assets --extensions .ts",
"postcss": "postcss src/styles/*.css --dir assets",
"watch": "run-p watch:*",
"watch:babel": "npm run babel -- -w",
"watch:postcss": "npm run postcss -- -w",
Expand Down

0 comments on commit c8a78c3

Please sign in to comment.