Skip to content

Commit

Permalink
Merge pull request #26 from 51ngul4r1ty/tech/000307/add-rest-fetch
Browse files Browse the repository at this point in the history
Add `@atoll/rest-fetch` to Monorepo
  • Loading branch information
51ngul4r1ty authored Feb 10, 2024
2 parents a93141e + bddd240 commit 43d22d9
Show file tree
Hide file tree
Showing 22 changed files with 10,894 additions and 41 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: "npm"
- name: Node & NPM versions
run: |
echo Node Version
Expand All @@ -26,10 +26,18 @@ jobs:
echo
- name: Install NPM packages
run: npm ci -ws
- name: Build API Types Package
run: |
echo Building...
npm run build-pkg:api-types
- name: Build Rich Types Package
run: |
echo Building...
npm run build-pkg:rich-types
- name: Build Rest Fetch Package
run: |
echo Building...
npm run build-pkg:rest-fetch
- name: Build Client SDK
run: |
echo Building...
Expand Down
10 changes: 4 additions & 6 deletions atoll-mono.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
},
{
"path": "packages/api-types"
},
{
"path": "packages/rest-fetch"
}
],
"settings": {
Expand All @@ -50,12 +53,7 @@
"coverage-gutters.showLineCoverage": false,
"typescript.tsdk": "node_modules\\typescript\\lib",
"deno.enable": false,
"jest.disabledWorkspaceFolders": [
"vscode-extension",
"shared",
"scripts",
"rich-types"
]
"jest.disabledWorkspaceFolders": ["vscode-extension", "shared", "scripts", "rich-types", "api-types"]
},
"extensions": {
"recommendations": ["bierner.markdown-checkbox"]
Expand Down
Loading

0 comments on commit 43d22d9

Please sign in to comment.