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

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed Jul 6, 2019
1 parent 49fd0fa commit 78019db
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 491 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "westegg",
"scripts": {
"build": "bash -c \"cd @westegg && yarn build\" && bash -c \"cd starters && yarn build\"",
"build": "bash -c \"cd @westegg && yarn build\" && bash -c \"cd docs && yarn build\" && bash -c \"cd starters && yarn build\"",
"publish-ci": "lerna publish -y --canary --preid ci --npm-tag=ci",
"publish": "lerna publish"
},
Expand Down
2 changes: 1 addition & 1 deletion starters/westegg-digital-garden/package.json
Expand Up @@ -9,7 +9,7 @@
"build": "gatsby build"
},
"dependencies": {
"@westegg/gatsby-theme-digital-garden": "0.0.4",
"@westegg/gatsby-theme-digital-garden": "*",
"gatsby": "2.13.4",
"react": "16.8.6",
"react-dom": "16.8.6"
Expand Down

0 comments on commit 78019db

Please sign in to comment.