Skip to content

Commit

Permalink
fix(script): remove quotes around starterkit
Browse files Browse the repository at this point in the history
this was failing on Windows
  • Loading branch information
bmuenzenmeyer committed Nov 20, 2019
1 parent f9af6a9 commit e4897fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"clean": "git clean -dfx",
"publish": "npx lerna publish -m \"[skip travis] chore(release): publish %s\"",
"postpublish": "auto release",
"preview:hbs": "cd packages/development-edition-engine-handlebars && npx patternlab add --starterkits '@pattern-lab/starterkit-handlebars-vanilla' && npm run pl:build"
"preview:hbs": "cd packages/development-edition-engine-handlebars && npx patternlab add --starterkits @pattern-lab/starterkit-handlebars-vanilla && npm run pl:build"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit e4897fb

Please sign in to comment.