Skip to content

Commit f92d6dd

Browse files
authored
Merge pull request swagger-api#2416 from MugeSo/fix-build-on-windows
Fix handlerbars script in package.json
2 parents f7424a7 + 2cbe939 commit f92d6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"main": "dist/swagger-ui.js",
1515
"scripts": {
1616
"build": "npm run handlebars && gulp",
17-
"handlebars": "./node_modules/handlebars/bin/handlebars ./src/main/template -f ./src/main/template/templates.js && gulp handlebars",
17+
"handlebars": "handlebars ./src/main/template -f ./src/main/template/templates.js && gulp handlebars",
1818
"serve": "gulp serve",
1919
"prejshint": "gulp",
2020
"jshint": "jshint .",

0 commit comments

Comments
 (0)