Skip to content

Commit

Permalink
build: update package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Addai committed Aug 1, 2024
1 parent fe6bd52 commit b7b0c5a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
"main": "src/js/index.js",
"scripts": {
"commitlint": "commitlint --from 5ed6165",
"check-node-version": "check-node-version --npm 10.5.0",
"check-node-version": "check-node-version --node $(cat .nvmrc) --npm 10.5.0 --print",
"test": "nyc mocha -- -R spec 'tests/**/*.test.js'",
"build": "grunt build",
"build:debug": "grunt build --debug",
"stylelint": "stylelint './src/scss/**/*.scss'",
"eslint": "eslint '{,!(node_modules|dist)/**/}*.js'",
"markdownlint": "markdownlint-cli2",
"standards": "npm run commitlint && npm run markdownlint && npm run stylelint && npm run eslint",
"release:preview": "node ./node_modules/@silvermine/standardization/scripts/release.js preview",
"release:prep-changelog": "node ./node_modules/@silvermine/standardization/scripts/release.js prep-changelog",
"release:finalize": "node ./node_modules/@silvermine/standardization/scripts/release.js finalize",
"prepublish": "grunt build"
"prepublish": "npm run build"
},
"author": "Jeremy Thomerson",
"license": "MIT",
Expand Down Expand Up @@ -56,7 +58,7 @@
"grunt-browserify": "5.3.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-uglify": "5.2.2",
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.1.0",
Expand Down

0 comments on commit b7b0c5a

Please sign in to comment.