Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/slimy-cooks-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@scrawn/analytics": patch
"@scrawn/core": patch
---

fixing sdk build ci
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile

- name: Build packages
run: |
cd packages/scrawn && bun run build
cd ../analytics && bun run build

- name: Create Release PR or Publish
id: changesets
uses: changesets/action@v1
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ coverage/

# Package manager lock files (optional)
# package-lock.json
# yarn.lock
# yarn.lock

.firecrawl
2 changes: 1 addition & 1 deletion packages/analytics/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "ESNext",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"noEmit": false,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down
1 change: 1 addition & 0 deletions packages/scrawn/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"noEmit": false,
"composite": true,
"strict": true,
"esModuleInterop": true,
Expand Down
Loading