Skip to content

Commit

Permalink
fix(integ): update integ command
Browse files Browse the repository at this point in the history
  • Loading branch information
smguggen committed Mar 4, 2023
1 parent 9b8de3f commit dace19b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"test-build": "tsc --project tsconfig.test.json",
"watch": "tsc -w",
"test": "jest --ci --reporters=default --coverage",
"integ": "integ-runner",
"integ-local": "npm run test-build && integ-runner",
"integ": "npm run test-build && integ-runner",
"prepare": "husky install",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit dace19b

Please sign in to comment.