diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-05 12:26:35 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-05 12:26:35 +0100 |
| commit | 144b7a2ea83507c98544d14ad9435cc5e51ac071 (patch) | |
| tree | 7b18227482fa9f5d29d358ce1540b7a6d105febd /package.json | |
| parent | Init (diff) | |
| download | iro-design-144b7a2ea83507c98544d14ad9435cc5e51ac071.tar.gz iro-design-144b7a2ea83507c98544d14ad9435cc5e51ac071.tar.bz2 iro-design-144b7a2ea83507c98544d14ad9435cc5e51ac071.zip | |
Update
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 2ee3eb8..2d6bba6 100644 --- a/package.json +++ b/package.json | |||
| @@ -10,10 +10,10 @@ | |||
| 10 | "scripts": { | 10 | "scripts": { |
| 11 | "build": "npm run build:app && npm run build:style && npm run build:assets", | 11 | "build": "npm run build:app && npm run build:style && npm run build:assets", |
| 12 | "build:assets": "cp -r static/* public/", | 12 | "build:assets": "cp -r static/* public/", |
| 13 | "build:app": "pug tpl -p tpl --out public/", | 13 | "build:app": "pug tpl/index.pug -p tpl --out public/", |
| 14 | "build:style": "sass --load-path=node_modules src/index.scss >> public/style.css", | 14 | "build:style": "sass --load-path=node_modules src/index.scss public/style.css", |
| 15 | "lint:style": "stylelint \"src/style/**/*.scss\"", | 15 | "lint:style": "stylelint \"src/**/*.scss\"", |
| 16 | "fix:style": "stylelint \"src/style/**/*.scss\" --fix" | 16 | "fix:style": "stylelint \"src/**/*.scss\" --fix" |
| 17 | }, | 17 | }, |
| 18 | "dependencies": { | 18 | "dependencies": { |
| 19 | "include-media": "^1.4.9", | 19 | "include-media": "^1.4.9", |
