mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Remove postinstall and add icons cache; fixes #107
This commit is contained in:
@@ -23,13 +23,12 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "stencil build --docs",
|
||||
"dev": "stencil build --dev --docs --watch --serve --port 4001 --no-open",
|
||||
"dev": "npm run make-icons && stencil build --dev --docs --watch --serve --port 4001 --no-open",
|
||||
"lint": "eslint src/**/*{.ts,.tsx}",
|
||||
"make-dist": "node make-dist.js",
|
||||
"make-icons": "node make-icons.js",
|
||||
"prettier": "npx prettier --write --loglevel warn .",
|
||||
"postbuild": "npm run make-dist",
|
||||
"postinstall": "npm run make-icons",
|
||||
"prebuild": "npm run prettier && npm run lint && npm run make-icons",
|
||||
"serve": "node dev-server.js",
|
||||
"start": "concurrently --kill-others \"npm run dev\" \"npm run serve\"",
|
||||
|
||||
Reference in New Issue
Block a user