Skip to content

Commit

Permalink
fix: Add missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Aug 28, 2022
1 parent 61439d8 commit 7d170f5
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 @@ -55,6 +55,7 @@
"lint:fix": "npm run lint -- --fix",
"precommit-lint": "lint-staged",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"prepare": "npm run build",
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
"e2e-test": "mocha --exit --timeout 5m \"./test/functional/**/*-specs.js\""
},
Expand Down

0 comments on commit 7d170f5

Please sign in to comment.