kopia lustrzana https://github.com/shoelace-style/shoelace
Remove test from prebuild
rodzic
1752e274e4
commit
1d2a180467
|
@ -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",
|
||||
|
|
Ładowanie…
Reference in New Issue