Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #90 from zarathustra323/add-test-command
Browse files Browse the repository at this point in the history
Add test command to leaders program
  • Loading branch information
zarathustra323 authored May 27, 2021
2 parents dad4567 + 7e42213 commit 78ccf56
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/leaders-program/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@
"scripts": {
"serve": "vue-cli-service serve src/dev.js",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"test": "yarn lint"
},
"dependencies": {
"core-js": "^3.8.2",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
"object-path": "^0.11.5",
"portal-vue": "^2.1.7",
"vue": "^2.6.12"
"vue": "^2.6.12",
"vue-apollo": "^3.0.5"
},
"devDependencies": {
"@parameter1/base-cms-graphql-fragment-types": "^2.0.0",
Expand All @@ -36,7 +38,6 @@
"sass-loader": "^8.0.2",
"stylelint": "^10.1.0",
"stylelint-config-twbs-bootstrap": "0.4.0",
"vue-apollo": "^3.0.5",
"vue-template-compiler": "^2.6.12"
},
"publishConfig": {
Expand Down

0 comments on commit 78ccf56

Please sign in to comment.