mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-18 10:50:32 +03:00
fix npm packege install
This commit is contained in:
parent
9dd93e8895
commit
6a5823e5be
|
@ -10,7 +10,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "gulp lint && ./build/run_tests.sh",
|
"test": "gulp lint && ./build/run_tests.sh",
|
||||||
"prepublish": "gulp build",
|
"prepublish": "gulp build",
|
||||||
"postinstall": "jspm install",
|
"postinstall": "npm install jspm && jspm install",
|
||||||
"start": "gulp serve",
|
"start": "gulp serve",
|
||||||
"build-dist": "gulp build",
|
"build-dist": "gulp build",
|
||||||
"branch-release": "git reset --hard && branch-release",
|
"branch-release": "git reset --hard && branch-release",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user