Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 4, 2023
1 parent 9197e27 commit d4d9042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"test": "test"
},
"scripts": {
"build": "rollup -c && node tools/fixup.d.ts.js",
"build": "npm run make && npm run docs && npm run makeindex",
"make": "rollup -c && node tools/fixup.d.ts.js",
"check": "npm run lint",
"check-ci": "npm run pre-push",
"docs": "typedoc --disableSources src/webgpu-utils.ts",
Expand Down

0 comments on commit d4d9042

Please sign in to comment.