Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 22, 2024
1 parent 1cc4cb5 commit b9b2a52
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 @@ -14,7 +14,7 @@
"build": "npm run build-min",
"build-normal": "rollup -c && tsc --emitDeclarationOnly --declaration",
"build-min": "npm run build-normal && google-closure-compiler --warning_level=VERBOSE --jscomp_off=globalThis --jscomp_off=checkTypes --externs build/externs.js --language_in=ECMASCRIPT_2019 --language_out=ECMASCRIPT_2019 --js dist/2.x/wgpu-matrix.js --js_output_file dist/2.x/wgpu-matrix.min.js && node ./build/tools/append-banner.js dist/2.x/wgpu-matrix.min.js",
"build-ci": "npm run pre-push && npm build/tools/prep-for-deploy.js",
"build-ci": "npm run pre-push && node build/tools/prep-for-deploy.js",
"check": "npm run lint",
"check-ci": "npm run pre-push",
"docs": "typedoc --disableSources src/wgpu-matrix.ts",
Expand Down

0 comments on commit b9b2a52

Please sign in to comment.