Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added npx to example command
  • Loading branch information
Patrick Borowy committed Jul 22, 2019
commit 8635c0c73e36c78cde8a2d08536720cb7c1a031a
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepare": "npm t",
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
"test": "JEST_PUPPETEER_CONFIG=test/jest-puppeteer.config.js jest --runInBand && bundlesize",
"example": "preact watch --src=./example"
"example": "npx preact watch --src=./example"
},
"eslintconfig": {
"extends": "eslint-config-developit",
Expand Down