Skip to content

Commit 4f0bc8a

Browse files
committed
chore: try npx during netlify preview
1 parent 663660e commit 4f0bc8a

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
@@ -30,7 +30,7 @@
3030
"clean": "git clean -dfx",
3131
"publish": "npx lerna publish -m \"[skip travis] chore(release): publish %s\"",
3232
"postpublish": "auto release",
33-
"preview:hbs": "cd packages/development-edition-engine-handlebars && patternlab add --starterkits '@pattern-lab/starterkit-handlebars-vanilla' && npm run pl:build"
33+
"preview:hbs": "cd packages/development-edition-engine-handlebars && npx patternlab add --starterkits '@pattern-lab/starterkit-handlebars-vanilla' && npm run pl:build"
3434
},
3535
"nyc": {
3636
"exclude": [

0 commit comments

Comments
 (0)