Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Apr 3, 2024
1 parent 062e2df commit 36272d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
"danger": "danger ci",
"dev": "node packages/carbon-graphs/webpack/dev-server.js",
"heroku-postbuild": "npm install --only=dev && npm run compile:prod",
"jest:coverage": "jest --coverage",
"jest": "jest",
"jest:no-coverage": "jest --no-coverage",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "eslint --ext .js,.jsx . --max-warnings 0",
"lint:js:fix": "eslint --fix --ext .js,.jsx .",
Expand Down

0 comments on commit 36272d0

Please sign in to comment.