mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
Add http-server npm task
This commit is contained in:
parent
37b6dff94b
commit
ce1f014f62
|
@ -20,7 +20,8 @@
|
|||
"bundle:lib": "webpack --env.lib",
|
||||
"bundle": "npm run bundle:clean && npm run bundle:lib && npm run bundle:standalone",
|
||||
"stats": "webpack -p --env.lib --env.standalone --env.prod --json --profile > stats.json",
|
||||
"prettier": "prettier --write \"src/**/*.{ts,tsx}\""
|
||||
"prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
|
||||
"http-server": "http-server ."
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue
Block a user