Skip to content

Commit

Permalink
fix: Add missing task
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Aug 25, 2022
1 parent 08b9895 commit 20198c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"dev": "npm run build -- --watch",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"precommit-lint": "lint-staged",
"prepare": "npm run build",
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
Expand Down

0 comments on commit 20198c5

Please sign in to comment.