Skip to content

Commit

Permalink
Add “test” command
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Oct 16, 2019
1 parent 6f35fbe commit 751d4ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build:version": "scripts/build.sh $npm_package_version",
"build:help": "vue-cli-service build --help",
"inspect": "vue-cli-service inspect",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"test": "yarn lint"
},
"dependencies": {
"@base-cms/graphql-fragment-types": "^1.0.0-beta.1",
Expand Down

0 comments on commit 751d4ff

Please sign in to comment.