Skip to content
Draft
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
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Build
run: |
pnpm --filter @factorialco/f0-react-core build
pnpm --filter @factorialco/f0-core build
pnpm --filter @factorialco/f0-react-native build

- name: Publish to release branch npm/alpha-pr-${{ github.event.pull_request.number }}-react-native
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Build
run: |
pnpm --filter @factorialco/f0-react-core build
pnpm --filter @factorialco/f0-core build

- name: Publish to release branch npm/alpha-pr-${{ github.event.pull_request.number }}-core
uses: ./.github/actions/publish-release-branch
Expand Down
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
side-effects-cache = false
side-effects-cache = false
node-linker=hoisted
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 22.5.1 v22.5.1
nodejs 22.14.0
4 changes: 2 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Validate commit messages
commit-msg:
commands:
"lint commit message":
'lint commit message':
run: pnpm exec commitlint --edit {1}
pre-commit:
commands:
format:
glob: "**/*.{js,jsx,ts,tsx,json,css,md,yml,yaml,md}"
glob: '**/*.{js,jsx,ts,tsx,json,css,md,yml,yaml,md}'
run: pnpm exec prettier {staged_files} --write
stage_fixed: true
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
},
"pnpm": {
"overrides": {
"esm-env": "npm:esm-env-runtime@^0.1.1"
"esm-env": "npm:esm-env-runtime@^0.1.1",
"@types/react": "19.0.14",
"react": "19.0.0",
"react-dom": "19.0.0"
}
}
}
41 changes: 0 additions & 41 deletions packages/react-native-playground/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-native-playground/.npmrc

This file was deleted.

11 changes: 0 additions & 11 deletions packages/react-native-playground/.storybook/index.ts

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions packages/react-native-playground/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions packages/react-native-playground/app/+not-found.tsx

This file was deleted.

Binary file not shown.
10 changes: 0 additions & 10 deletions packages/react-native-playground/babel.config.js

This file was deleted.

This file was deleted.

Loading