Skip to content

Commit

Permalink
Move to monorepo (jaredpalmer#2102)
Browse files Browse the repository at this point in the history
* Lerna, stub formik-native

* Fix test command

* Move now.json into the root so docs can deploy

* Symlink the root readme for now

* Symlink migration guide

* Add lerna bootstrap to postinstall

* Specify multiple packages in codesandbox ci

* Fix now builds

* Remove codesandbox build command

* Fix both CS and Now build commands

* Pass test flags through to tsdx packages

* Fix gitignore
  • Loading branch information
jaredpalmer authored Dec 10, 2019
1 parent 4322ffb commit daf4f11
Show file tree
Hide file tree
Showing 82 changed files with 16,695 additions and 4,391 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"sandboxes": ["ooh2y"],
"buildCommand": "build"
"buildCommand": "build",
"packages": ["packages/formik", "packages/formik-native"]
}
12 changes: 3 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
dist
compiled
*.log
Expand All @@ -8,19 +7,14 @@ next.d.ts
legacy.d.ts
.idea
*.orig
.DS_Store

node_modules

lib/core/metadata.js
lib/core/MetadataBlog.js
package-lock.json
yarn.lock
!/yarn.lock

website/translated_docs
website/build/
website/yarn.lock
website/node_modules
website/i18n/*
.rts2_cache_es
.rts2_cache_esm
.rts2_cache_cjs
.rts2_cache_umd
74 changes: 0 additions & 74 deletions .storybook/config.js

This file was deleted.

202 changes: 0 additions & 202 deletions .storybook/example.stories.js

This file was deleted.

Loading

0 comments on commit daf4f11

Please sign in to comment.