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