Skip to content

Commit

Permalink
lint->build->test->docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 14, 2023
1 parent ef74b07 commit a64ceb7
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 @@ -18,7 +18,7 @@
"check-ci": "npm run pre-push",
"docs": "typedoc --disableSources src/wgpu-matrix.ts",
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
"pre-push": "npm run lint && npm run test && npm run build-min && npm run docs",
"pre-push": "npm run lint && npm run build && npm run test && npm run docs",
"rollup-watch": "rollup -c -w",
"start": "rollup -c rollup.config.js -w",
"test": "mocha test/tests"
Expand Down

0 comments on commit a64ceb7

Please sign in to comment.