fix: build script should now execute on all targets (#459)

* fix: build script should now execute on all targets

* chore: revert back to pnpm workspace file
This commit is contained in:
Corbin Crutchley
2023-09-09 00:26:10 -07:00
committed by GitHub
parent 707ff5d603
commit 539cbfb2f5
3 changed files with 19 additions and 12 deletions

View File

@@ -1,9 +1,7 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"jsx": "react",
"noEmit": true,
"lib": ["DOM", "DOM.Iterable", "ES2020"]
},
"include": ["**/*.ts", "**/*.tsx", ".eslintrc.cjs", "rollup.config.js"]
}
}

View File

@@ -15,9 +15,8 @@
"test:lib:dev": "pnpm --filter \"./packages/**\" run test:lib:dev",
"test:build": "nx affected --target=test:build",
"test:types": "nx affected --target=test:types",
"build": "nx affected --target=build",
"build:all": "nx run-many --exclude=examples/** --target=build",
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
"build": "nx run-many --exclude=examples/** --target=build",
"watch": "pnpm run build && nx watch --all -- pnpm run build",
"dev": "pnpm run watch",
"prettier": "prettier \"{packages,examples,scripts}/**/*.{md,js,jsx,cjs,ts,tsx,json,vue}\"",
"prettier:write": "pnpm run prettier --write",
@@ -112,6 +111,11 @@
"pnpm": {
"patchedDependencies": {
"@types/testing-library__jest-dom@5.14.5": "patches/@types__testing-library__jest-dom@5.14.5.patch"
},
"overrides": {
"@tanstack/form-core": "workspace:*",
"@tanstack/react-form": "workspace:*",
"@tanstack/vue-form": "workspace:*"
}
}
}

17
pnpm-lock.yaml generated
View File

@@ -4,6 +4,11 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
overrides:
'@tanstack/form-core': workspace:*
'@tanstack/react-form': workspace:*
'@tanstack/vue-form': workspace:*
patchedDependencies:
'@types/testing-library__jest-dom@5.14.5':
hash: d573maxasnl5kxwdyzebcnmhpm
@@ -227,13 +232,13 @@ importers:
examples/react/simple:
dependencies:
'@tanstack/form-core':
specifier: 0.3.1
specifier: workspace:*
version: link:../../../packages/form-core
'@tanstack/react-form':
specifier: 0.3.1
specifier: workspace:*
version: link:../../../packages/react-form
'@tanstack/vue-form':
specifier: 0.3.1
specifier: workspace:*
version: link:../../../packages/vue-form
axios:
specifier: ^0.26.1
@@ -258,13 +263,13 @@ importers:
examples/vue/simple:
dependencies:
'@tanstack/form-core':
specifier: 0.3.1
specifier: workspace:*
version: link:../../../packages/form-core
'@tanstack/react-form':
specifier: 0.3.1
specifier: workspace:*
version: link:../../../packages/react-form
'@tanstack/vue-form':
specifier: 0.3.1
specifier: workspace:*
version: link:../../../packages/vue-form
vue:
specifier: ^3.3.4