Skip to content

Commit

Permalink
schema-to-ts is now part of workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
rnegron committed Nov 4, 2024
1 parent 3454aae commit af5f8d5
Show file tree
Hide file tree
Showing 3 changed files with 1,123 additions and 40 deletions.
6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ In the repo directory, install dependencies with yarn:
yarn
```

An additional step is required while we drop Node.js 16 support (see [GitHub comment](https://github.com/zapier/zapier-platform/pull/821#issuecomment-2230958511)) - install `schema-to-ts` dependencies:
```bash
cd schema-to-ts
yarn
```

That's it! Now you have a local environment for development.

## Running Tests
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"should": "^13"
},
"workspaces": [
"packages/*"
"packages/*",
"schema-to-ts"
],
"scripts": {
"test": "yarn workspaces run test && (cd schema-to-ts && yarn test)",
Expand Down
Loading

0 comments on commit af5f8d5

Please sign in to comment.