mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-14 18:22:31 +03:00
chore: update deps
This commit is contained in:
parent
c406dc5409
commit
195786e570
|
@ -14,8 +14,7 @@
|
||||||
"module": "dist/redoc.module.js",
|
"module": "dist/redoc.module.js",
|
||||||
"types": "dist/redoc.module.d.ts",
|
"types": "dist/redoc.module.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start":
|
"start": "webpack-dev-server --config build/webpack.dev.js --content-base demo",
|
||||||
"webpack-dev-server --config build/webpack.dev.js --content-base demo",
|
|
||||||
"start:prod": "NODE_ENV=production npm start",
|
"start:prod": "NODE_ENV=production npm start",
|
||||||
"test": "npm run lint && node ./build/run_tests.js",
|
"test": "npm run lint && node ./build/run_tests.js",
|
||||||
"lint": "tslint -e \"lib/**/*{ngfactory|css.shim}.ts\" lib/**/*.ts",
|
"lint": "tslint -e \"lib/**/*{ngfactory|css.shim}.ts\" lib/**/*.ts",
|
||||||
|
@ -27,14 +26,12 @@
|
||||||
"e2e-server": "http-server -p 3000 tests/e2e",
|
"e2e-server": "http-server -p 3000 tests/e2e",
|
||||||
"e2e-copy": "cp dist/redoc.min.js tests/e2e/",
|
"e2e-copy": "cp dist/redoc.min.js tests/e2e/",
|
||||||
"webdriver": "webdriver-manager update",
|
"webdriver": "webdriver-manager update",
|
||||||
"deploy":
|
"deploy": "node ./build/prepare_deploy.js && deploy-to-gh-pages --update demo",
|
||||||
"node ./build/prepare_deploy.js && deploy-to-gh-pages --update demo",
|
|
||||||
"branch-release": "git reset --hard && branch-release",
|
"branch-release": "git reset --hard && branch-release",
|
||||||
"clean": "rimraf dist .tmp compiled lib/**/*.css",
|
"clean": "rimraf dist .tmp compiled lib/**/*.css",
|
||||||
"ngc": "ngc -p tsconfig.json",
|
"ngc": "ngc -p tsconfig.json",
|
||||||
"inline": "ng2-inline -o .tmp -r --compress \"lib/**/*.ts\"",
|
"inline": "ng2-inline -o .tmp -r --compress \"lib/**/*.ts\"",
|
||||||
"build:module":
|
"build:module": "npm run build:sass && npm run inline && ngc -p tsconfig.aot.json && npm run module:css",
|
||||||
"npm run build:sass && npm run inline && ngc -p tsconfig.aot.json && npm run module:css",
|
|
||||||
"module:css": "node build/join-module-css.js",
|
"module:css": "node build/join-module-css.js",
|
||||||
"webpack:prod": "webpack --config build/webpack.prod.js --profile --bail",
|
"webpack:prod": "webpack --config build/webpack.prod.js --profile --bail",
|
||||||
"build:sass": "node-sass -q -o lib lib",
|
"build:sass": "node-sass -q -o lib lib",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user