Skip to content

Instantly share code, notes, and snippets.

@hahuaz
Last active January 16, 2023 08:02
Show Gist options
  • Save hahuaz/b6be461abc1485fa5ee29d380be48bba to your computer and use it in GitHub Desktop.
Save hahuaz/b6be461abc1485fa5ee29d380be48bba to your computer and use it in GitHub Desktop.
{
"name": "myproject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"switch": "shopify switch --store <storeUrl>",
"dev": "npm-run-all --parallel serve convert-sass",
"serve": "shopify theme dev <storeUrl> --live-reload hot-reload --theme-editor-sync",
"convert-sass": "sass --watch --no-source-map sass/:assets/"
},
"repository": {
"type": "git",
"url": "git@github-hasan-up:brand/myproject.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"npm-run-all": "^4.1.5",
"sass": "^1.50.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment