Fix bin/publish: copy docs.dist from project root

Fix bin/publish: use correct .env path for rspade_system
Fix bin/publish script: prevent grep exit code 1 from terminating script

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-10-21 02:08:33 +00:00
commit f6fac6c4bc
79758 changed files with 10547827 additions and 0 deletions

View File

@@ -0,0 +1 @@
module.exports = require('..').defaultsESMLegacy

1
node_modules/ts-jest/presets/default-esm/jest-preset.js generated vendored Executable file
View File

@@ -0,0 +1 @@
module.exports = require('..').defaultsESM

1
node_modules/ts-jest/presets/default-legacy/jest-preset.js generated vendored Executable file
View File

@@ -0,0 +1 @@
module.exports = require('..').defaultsLegacy

1
node_modules/ts-jest/presets/default/jest-preset.js generated vendored Executable file
View File

@@ -0,0 +1 @@
module.exports = require('..').defaults

3
node_modules/ts-jest/presets/index.d.ts generated vendored Executable file
View File

@@ -0,0 +1,3 @@
import allPresets from '../dist/presets/all-presets'
export = allPresets

3
node_modules/ts-jest/presets/index.js generated vendored Executable file
View File

@@ -0,0 +1,3 @@
const allPresets = require('../dist/presets/all-presets')
module.exports = allPresets.default

View File

@@ -0,0 +1 @@
module.exports = require('..').jsWithBabelESMLegacy

View File

@@ -0,0 +1 @@
module.exports = require('..').jsWithBabelESM

View File

@@ -0,0 +1 @@
module.exports = require('..').jsWithBabelLegacy

1
node_modules/ts-jest/presets/js-with-babel/jest-preset.js generated vendored Executable file
View File

@@ -0,0 +1 @@
module.exports = require('..').jsWithBabel

View File

@@ -0,0 +1 @@
module.exports = require('..').jsWithTsESMLegacy

1
node_modules/ts-jest/presets/js-with-ts-esm/jest-preset.js generated vendored Executable file
View File

@@ -0,0 +1 @@
module.exports = require('..').jsWithTsESM

View File

@@ -0,0 +1 @@
module.exports = require('..').jsWithTsLegacy

1
node_modules/ts-jest/presets/js-with-ts/jest-preset.js generated vendored Executable file
View File

@@ -0,0 +1 @@
module.exports = require('..').jsWithTs