Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add starters to monorepo #10310

Merged
merged 32 commits into from
Dec 20, 2018
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
090c7f5
chore: internalize starters into the monorepo
DSchau Dec 3, 2018
6a2310b
ci: remove config (this commit will be reverted)
DSchau Dec 3, 2018
8c88814
chore: Add clone folders script
DSchau Dec 3, 2018
609191b
chore: minor tweaks
DSchau Dec 3, 2018
e188bcc
chore: remove filter
DSchau Dec 3, 2018
a3eb507
chore: add gatsby bot
DSchau Dec 3, 2018
f01e191
chore: add correct var
DSchau Dec 3, 2018
39f2ecf
chore: add lerna integration
DSchau Dec 3, 2018
c364344
chore: start working on script
DSchau Dec 3, 2018
fff1c27
chore: add build step
DSchau Dec 3, 2018
ad3ce6d
chore: tweakst
DSchau Dec 3, 2018
0ee67dd
chore: minor tweaks
DSchau Dec 3, 2018
885b015
chore: remove from lerna/workspaces
DSchau Dec 5, 2018
4167692
chore: make sure ci passes
DSchau Dec 5, 2018
5c81240
chore: making a change
DSchau Dec 5, 2018
d6eb243
chore: sync back
DSchau Dec 5, 2018
9f4504e
chore: use commit message
DSchau Dec 5, 2018
98c4520
chore: add a comment
DSchau Dec 5, 2018
e43056c
chore: sync with remote repos
DSchau Dec 5, 2018
af537ed
chore: add markdown sync task
DSchau Dec 5, 2018
edc77b1
chore: add autogenerated content
DSchau Dec 5, 2018
b79858e
chore: sync
DSchau Dec 5, 2018
e9bfc5d
chore: sync with upstream
DSchau Dec 12, 2018
5aa5d3d
chore: sync with upstream
DSchau Dec 12, 2018
a4142ee
ci: add back ci tasks
DSchau Dec 12, 2018
1e92deb
chore: update
DSchau Dec 12, 2018
2eac9b3
fix: handle deletions as well
DSchau Dec 14, 2018
6fc2ea3
chore: use gatsbyjs org
DSchau Dec 14, 2018
60c199d
Merge remote-tracking branch 'upstream/master' into monorepo/starters
DSchau Dec 20, 2018
d8c00eb
chore: ensure lock files persist for starters
DSchau Dec 20, 2018
a963ce0
chore: remove yarn.lock from readme template
DSchau Dec 20, 2018
231686c
chore: use correct env var
DSchau Dec 20, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: ensure lock files persist for starters
  • Loading branch information
DSchau committed Dec 20, 2018
commit d8c00eb0793aca9c247ea50960286bb12dbfc1f6
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -50,6 +50,12 @@ node_modules/
.vscode/
*.sw*

# misc
.serverless/

# lock files
yarn.lock
package-lock.json

# starters are special; we want to persist the lock files
!starters/*/package-lock.json
Loading