Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejcodes committed Jun 27, 2021
1 parent 90cc814 commit c2f8985
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 @@ -22,7 +22,7 @@
"lint:css": "stylelint src/**/*.{vue,css,sass,scss} --config .config/.stylelintrc.js",
"fix": "npm-run-all fix:* --continue-on-error",
"fix:js": "eslint src/**/*.{js,vue} --config .config/.eslintrc.js --fix",
"fic:css": "stylelint src/**/*.{vue,css,sass,scss} --config .config/.stylelintrc.js --fix",
"fix:css": "stylelint src/**/*.{vue,css,sass,scss} --config .config/.stylelintrc.js --fix",
"shopify:watch": "cross-env-shell shopify-themekit watch --env=dev --allow-live --config .config/shopify/shopify.dev.yml --notify=http://localhost:$npm_package_config_reloader_serverPort/reload",
"shopify:init": "npx themelab shopify:init",
"shopify:themes": "shopify-themekit get --list",
Expand Down

0 comments on commit c2f8985

Please sign in to comment.