|
3 | 3 | "private": true, |
4 | 4 | "repository": "https://github.com/tanstack/form.git", |
5 | 5 | "packageManager": "pnpm@8.5.1", |
6 | | - "type": "module", |
7 | 6 | "scripts": { |
8 | 7 | "clean": "pnpm --filter \"./packages/**\" run clean", |
9 | 8 | "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", |
|
22 | 21 | "dev": "pnpm run watch", |
23 | 22 | "prettier": "prettier \"{packages,examples,scripts}/**/*.{md,js,jsx,cjs,ts,tsx,json,vue}\"", |
24 | 23 | "prettier:write": "pnpm run prettier --write", |
25 | | - "cipublish": "node scripts/publish.js" |
| 24 | + "cipublish": "ts-node scripts/publish.ts", |
| 25 | + "cipublishforce": "CI=true pnpm cipublish" |
26 | 26 | }, |
27 | 27 | "nx": { |
28 | 28 | "includedScripts": [ |
|
45 | 45 | "@testing-library/react-hooks": "^8.0.1", |
46 | 46 | "@testing-library/user-event": "^14.4.3", |
47 | 47 | "@testing-library/vue": "^7.0.0", |
| 48 | + "@types/current-git-branch": "^1.1.4", |
48 | 49 | "@types/jest": "^26.0.4", |
| 50 | + "@types/jsonfile": "^6.1.1", |
49 | 51 | "@types/luxon": "^2.3.1", |
50 | 52 | "@types/node": "^17.0.25", |
51 | 53 | "@types/react": "^18.0.14", |
52 | 54 | "@types/react-dom": "^18.0.5", |
53 | 55 | "@types/semver": "^7.3.13", |
| 56 | + "@types/stream-to-array": "^2.3.1", |
54 | 57 | "@types/testing-library__jest-dom": "^5.14.5", |
55 | 58 | "@typescript-eslint/eslint-plugin": "^6.4.1", |
56 | 59 | "@typescript-eslint/parser": "^6.4.1", |
|
75 | 78 | "eslint-plugin-import": "^2.28.1", |
76 | 79 | "eslint-plugin-react": "^7.33.2", |
77 | 80 | "eslint-plugin-react-hooks": "^4.6.0", |
| 81 | + "fs-extra": "^11.1.1", |
78 | 82 | "git-log-parser": "^1.2.0", |
79 | 83 | "jsdom": "^22.0.0", |
80 | 84 | "jsonfile": "^6.1.0", |
|
89 | 93 | "react-dom-17": "npm:react-dom@^17.0.2", |
90 | 94 | "rimraf": "^5.0.1", |
91 | 95 | "semver": "^7.3.8", |
92 | | - "fs-extra": "^11.1.1", |
93 | 96 | "solid-js": "^1.6.13", |
94 | 97 | "stream-to-array": "^2.3.0", |
| 98 | + "ts-node": "^10.9.1", |
95 | 99 | "tsup": "^7.2.0", |
96 | 100 | "type-fest": "^3.11.0", |
97 | 101 | "typescript": "^5.2.2", |
|
0 commit comments