Skip to content

Commit

Permalink
undo inadvertent script change
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolshres98 committed Jan 25, 2024
1 parent 4d12c6c commit c38704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"build": "",
"before-test": "node tests/fixtures/link.js",
"test": "mocha \"tests/*.js\"",
"test": "npm run before-test && mocha \"tests/*.js\"",
"cover": "npm -s test",
"change": "beachball change",
"check": "beachball check",
Expand Down

0 comments on commit c38704c

Please sign in to comment.