We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c88b7d commit 26a7075Copy full SHA for 26a7075
package.json
@@ -4,8 +4,9 @@
4
"description": "GitHub Actions Workflow Generator for MATLAB website",
5
"type": "module",
6
"scripts": {
7
- "lint": "eslint public/scripts/ --ext .js",
+ "precommit": "npm run format && npm run lint && npm run test",
8
"format": "prettier --write .",
9
+ "lint": "eslint public/scripts/ --ext .js",
10
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
11
},
12
"jest": {
0 commit comments