Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy:new": "run-s webpack:build && cd shopify && shopify theme push --unpublished",
"webpack:watch": "cross-env NODE_ENV=development BROWSERSLIST_ENV=development BROWSERSLIST_CONFIG=.config/.browserslistrc webpack --config .config/webpack/webpack.dev.js --watch --progress",
"webpack:build": "cross-env NODE_ENV=production BROWSERSLIST_ENV=production BROWSERSLIST_CONFIG=.config/.browserslistrc webpack --config .config/webpack/webpack.prod.js --progress",
"shopify:serve": "cd shopify && shopify theme serve",
"shopify:serve": "cd shopify && shopify theme dev",
"shopify:pull": "cd shopify && shopify theme pull",
"lint": "run-s -c lint:*",
"lint:js": "eslint src/**/*.{js,vue} --config .config/.eslintrc.js",
Expand Down