Skip to content

Commit

Permalink
build: Create package.json scripts for building
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacurtiss committed Jul 25, 2024
1 parent 68006bc commit 1c024a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"check-node-version": "check-node-version --node $(cat .nvmrc) --npm 10.5.0 --print",
"test": "nyc mocha -- 'tests/**/*.test.js'",
"prepublish": "grunt build",
"build": "grunt build",
"build:debug": "grunt build --debug",
"prepublish": "npm run build",
"commitlint": "commitlint --from a9277dd",
"markdownlint": "markdownlint-cli2",
"eslint": "eslint '{,!(node_modules|dist)/**/}*.js'",
Expand Down

0 comments on commit 1c024a6

Please sign in to comment.