🖋️Scripts
Last updated
The following npm scripts run from ./assets.package.json
install This script runs the _install-dev-dependencies.js node script which installs the development dependencies in the ./node_modules and copies required ignore files.
dev Runs a parallel watch script for esbuild and tailwindcss to automatically compile any changes as they are made.
tailwindcssRuns tailwindcss watch script
esbuild Runs TypeScript compilation as a watch script
shopify:pull Pulls any changes made to the configured theme into the local codebase
This can override local changes.
shopify:serve Serves local changes onto the configured Shopify Theme, and allows for easy development on http://127.0.0.1:9292/
shopify:create Creates a new Theme based on the codebase on your configured store.
Last updated