Skip to content

Commit

Permalink
Moved stuff around
Browse files Browse the repository at this point in the history
  • Loading branch information
nathsimpson committed Jan 10, 2019
1 parent 306f0b7 commit 01be93a
Show file tree
Hide file tree
Showing 108 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions demo-projects/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Demo projects coming soon.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint:prettier": "prettier --list-different \"**/*.js\"",
"lint:flow": "flow check",
"lint": "yarn lint:prettier && yarn lint:eslint && yarn lint:flow",
"start": "/bin/sh -c 'cd projects/${1:-$0} && yarn start' basic",
"start": "/bin/sh -c 'cd test-projects/${1:-$0} && yarn start' basic",
"website:start": "cd website && yarn start",
"website:build": "cd website && yarn build",
"arch": "cd packages/arch/www && yarn && cd .. && yarn start",
Expand Down Expand Up @@ -160,7 +160,8 @@
"bolt": {
"workspaces": [
"packages/*",
"projects/*"
"demo-projects/*",
"test-projects/*"
]
},
"jest": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 01be93a

Please sign in to comment.