mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 10:33:44 +03:00
build sass before test
This commit is contained in:
parent
ba233d896d
commit
d1579bbee7
|
@ -11,7 +11,7 @@
|
|||
"test": "npm run lint && node ./build/run_tests.js",
|
||||
"branch-release": "git reset --hard && branch-release",
|
||||
"lint": "tslint -e \"lib/**/*{ngfactory|css.shim}.ts\" lib/**/*.ts",
|
||||
"unit": "karma start",
|
||||
"unit": "npm run build:sass && karma start",
|
||||
"e2e": "npm run build:prod && npm run e2e-copy && npm run webdriver && protractor",
|
||||
"deploy": "node ./build/prepare_deploy.js && deploy-to-gh-pages --update demo",
|
||||
"ngc": "ngc -p .",
|
||||
|
|
Loading…
Reference in New Issue
Block a user