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 again...
  • Loading branch information
Patrick Borowy committed Jul 22, 2019
commit b74738a151b2a4f48607de9eeea634b1c923b2d4
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