Skip to content

Commit

Permalink
Add a yarn test command
Browse files Browse the repository at this point in the history
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
  • Loading branch information
tahini committed Sep 4, 2020
1 parent a92bba9 commit 22a7628
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 @@ -7,6 +7,7 @@
"build": "lerna run build",
"watch": "lerna run watch",
"start": "lerna run start",
"test": "echo 'Should run tests'",
"publish:latest": "lerna publish --registry=https://registry.npmjs.org/ --exact --skip-git",
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary=next --npm-tag=next --skip-git --yes"
},
Expand Down

0 comments on commit 22a7628

Please sign in to comment.