Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
refactor(packages): move to a single root package.json with turbo p…
Browse files Browse the repository at this point in the history
…ipelines (#42)

#### What this PR does / why we need it:

Move docs into `packages/*` and refactor node projects to use `@birthdayresearch/sticky`. Move to a single root `package.json` with turbo pipelines. Configure to use `@birthdayresearch/*`. (Mainly to utilize `sticky-turbo-jest`)

This is the first of many PR to improve the Developer QOL for testing and developing on metachain.
  • Loading branch information
fuxingloh authored Aug 31, 2022
1 parent afde0b1 commit 99bdcdd
Show file tree
Hide file tree
Showing 18 changed files with 9,969 additions and 4,067 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/docs-ci.yml

This file was deleted.

12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# IntelliJ
.DS_Store

### IntelliJ
.idea/*
!.idea/inspectionProfiles/
!.idea/dictionaries/
Expand All @@ -7,9 +9,7 @@
!.idea/*.iml
!.idea/README.md

.DS_Store

### Rust template
### Rust
# Generated by Cargo
# will have compiled files and executables
debug/
Expand All @@ -28,5 +28,7 @@ target/
# Spec/Wasm build directory
build

# ts-tests
### Node
node_modules
.contented
dist
1 change: 1 addition & 0 deletions .idea/metachain.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.husky
.idea
.local
.vscode
.contented
node_modules
target
dist
package-lock.json
pnpm-lock.yaml
meta
3 changes: 0 additions & 3 deletions docs/.gitignore

This file was deleted.

44 changes: 0 additions & 44 deletions docs/contented.config.js

This file was deleted.

Loading

0 comments on commit 99bdcdd

Please sign in to comment.