Skip to content

Commit

Permalink
update install packages postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
d0whc3r committed Jul 15, 2019
1 parent 4eaf4dc commit d5f146a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install-deps:
stage: install
script:
- yarn install --cache-folder .yarn-cache
- cd demo && yarn install --cache-folder ../.yarn-cache
- yarn build

tests:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ yarn add @d0whc3r/vue-auth-plugin
git clone https://github.com/d0whc3r/vue-auth-plugin.git
cd vue-auth-plugin
yarn install
yarn demo
cd demo
yarn install
yarn start
```

## :bar_chart: Project tests
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"typescript"
],
"scripts": {
"postinstall": "cd demo && yarn install",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
Expand Down

0 comments on commit d5f146a

Please sign in to comment.