diff options
| author | Volpeon <git@volpeon.ink> | 2024-06-28 14:22:27 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-06-28 14:22:27 +0200 |
| commit | f98a5c58c830a283d07d8efad4502281a5e0369e (patch) | |
| tree | 84c4abdd260e595c7b314d79ae7af58bd406bf67 /package.json | |
| parent | Add card (diff) | |
| download | iro-design-f98a5c58c830a283d07d8efad4502281a5e0369e.tar.gz iro-design-f98a5c58c830a283d07d8efad4502281a5e0369e.tar.bz2 iro-design-f98a5c58c830a283d07d8efad4502281a5e0369e.zip | |
Update
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 9855892..81ec80a 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 video volume-2 check trash bookmark cog logout tags lock user chevron-left chevron-right hash x send smile public/icons.svg", | 14 | "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js video volume-2 check trash bookmark cog logout tags lock user chevron-left chevron-right hash x send smile repeat heart star arrow-corner-down-left public/icons.svg", |
| 15 | "build:style": "sass --load-path=node_modules src_demo/index.scss public/style.css", | 15 | "build:style": "sass --load-path=node_modules src_demo/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", |
