Last active
January 16, 2023 08:02
-
-
Save hahuaz/b6be461abc1485fa5ee29d380be48bba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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