diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-06 15:06:00 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-06 15:06:00 +0100 |
| commit | dbb6887ce219342e6a110e0cef536a0c29c19f7d (patch) | |
| tree | 27347d7394a6adf89754d25167a7a1ef0f218216 /package.json | |
| parent | Improved text field (diff) | |
| download | iro-design-dbb6887ce219342e6a110e0cef536a0c29c19f7d.tar.gz iro-design-dbb6887ce219342e6a110e0cef536a0c29c19f7d.tar.bz2 iro-design-dbb6887ce219342e6a110e0cef536a0c29c19f7d.zip | |
Added action button
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b19ffa4..273342d 100644 --- a/package.json +++ b/package.json | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | "build": "npm run build:app && npm run build:style && npm run build:icons && npm run build:assets", | 11 | "build": "npm run build:app && npm run build:style && npm run build:icons && npm run build:assets", |
| 12 | "build:assets": "cp -r static/* public/", | 12 | "build:assets": "cp -r static/* public/", |
| 13 | "build:app": "pug tpl/index.pug -p tpl --out public/", | 13 | "build:app": "pug tpl/index.pug -p tpl --out public/", |
| 14 | "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js check public/icons.svg", | 14 | "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js check trash public/icons.svg", |
| 15 | "build:style": "sass --load-path=node_modules src/index.scss public/style.css", | 15 | "build:style": "sass --load-path=node_modules src/index.scss public/style.css", |
| 16 | "lint:style": "stylelint \"src/**/*.scss\"", | 16 | "lint:style": "stylelint \"src/**/*.scss\"", |
| 17 | "fix:style": "stylelint \"src/**/*.scss\" --fix", | 17 | "fix:style": "stylelint \"src/**/*.scss\" --fix", |
