Merge pull request #2416 from MugeSo/fix-build-on-windows
Fix handlerbars script in package.json
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"main": "dist/swagger-ui.js",
|
"main": "dist/swagger-ui.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run handlebars && gulp",
|
"build": "npm run handlebars && gulp",
|
||||||
"handlebars": "./node_modules/handlebars/bin/handlebars ./src/main/template -f ./src/main/template/templates.js && gulp handlebars",
|
"handlebars": "handlebars ./src/main/template -f ./src/main/template/templates.js && gulp handlebars",
|
||||||
"serve": "gulp serve",
|
"serve": "gulp serve",
|
||||||
"prejshint": "gulp",
|
"prejshint": "gulp",
|
||||||
"jshint": "jshint .",
|
"jshint": "jshint .",
|
||||||
|
|||||||
Reference in New Issue
Block a user