removed saas from build
This commit is contained in:
parent
d249a982ef
commit
4ce46defb3
1 changed files with 3 additions and 3 deletions
|
|
@ -11,11 +11,11 @@
|
||||||
"build:sass": "sass src/static/scss:public/static/css",
|
"build:sass": "sass src/static/scss:public/static/css",
|
||||||
"watch:eleventy": "eleventy --serve",
|
"watch:eleventy": "eleventy --serve",
|
||||||
"build:eleventy": "ELEVENTY_ENV=development eleventy",
|
"build:eleventy": "ELEVENTY_ENV=development eleventy",
|
||||||
"start": "npm run watch:eleventy & npm run watch:sass",
|
"start": "npm run watch:eleventy",
|
||||||
"build": "npm run build:eleventy & npm run build:sass",
|
"build": "npm run build:eleventy",
|
||||||
"build:sass:prod": "sass src/static/scss:public/static/css --style compressed",
|
"build:sass:prod": "sass src/static/scss:public/static/css --style compressed",
|
||||||
"build:eleventy:prod": "ELEVENTY_ENV=production eleventy",
|
"build:eleventy:prod": "ELEVENTY_ENV=production eleventy",
|
||||||
"build:prod": "npm run build:eleventy:prod & npm run build:sass:prod"
|
"build:prod": "npm run build:eleventy:prod"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue