Skip to content

Commit

Permalink
added boilerplate script
Browse files Browse the repository at this point in the history
  • Loading branch information
diyaayay committed Jan 26, 2025
1 parent 23b90ec commit fe44373
Show file tree
Hide file tree
Showing 3 changed files with 557 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ docs/reference/*
examples/3d/
.idea
dist/
*d.ts
p5.zip
bower-repo/
p5-website/
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"bench:report": "vitest bench --reporter=verbose",
"test": "vitest",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
"lint:fix": "eslint --fix .",
"generate-types": "npm run docs && node utils/generate-types"
},
"lint-staged": {
"Gruntfile.js": "eslint",
Expand Down
Loading

0 comments on commit fe44373

Please sign in to comment.