diff options
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", |
