Skip to content

Commit

Permalink
fix npm package warning (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan authored Jun 24, 2024
1 parent 2517469 commit fcebfa0
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 @@ -23,7 +23,7 @@
"test:integration": "jest examples/integration-scripts/ --runInBand --bail",
"lint": "npx eslint src test examples/integration-scripts",
"prepare": "npm run build",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"generate-docs": "jsdoc --configure .jsdoc.json --verbose",
"pretty": "prettier --write .",
"pretty:check": "prettier --check ."
},
Expand Down

0 comments on commit fcebfa0

Please sign in to comment.