mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Remove test from prebuild
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"make-icons": "node make-icons.js",
|
||||
"prettier": "prettier --write --loglevel warn .",
|
||||
"postbuild": "npm run make-dist",
|
||||
"prebuild": "npm run prettier && npm run lint && npm run make-icons && npm run test",
|
||||
"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\"",
|
||||
"test.watch": "stencil test --spec --e2e --watchAll",
|
||||
|
||||
Reference in New Issue
Block a user