mirror of
https://github.com/mathuo/dockview
synced 2026-02-14 16:08:20 +00:00
Replace Lerna with NX for build orchestration, caching, and release management while keeping all existing build tools untouched. - Add nx and @nx/js, remove lerna from devDependencies - Create nx.json with task pipeline (topological build ordering), caching, and fixed-version release configuration - Update root scripts to use `nx run-many` for build, build:bundle, test - Add release, release:version, release:publish scripts - Update CI workflows (main, publish, deploy-docs) to use NX commands - Fix missing --tag experimental on dockview-angular in publish workflow - Delete lerna.json and scripts/set-experimental-versions.js (replaced by nx release version) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
226 B
Plaintext
22 lines
226 B
Plaintext
node_modules/
|
|
coverage/
|
|
dist/
|
|
output/
|
|
.idea/
|
|
typedocs/
|
|
.DS_Store
|
|
*-debug.log
|
|
.build
|
|
storybook-static/
|
|
.rollup.cache/
|
|
test-report.xml
|
|
*.code-workspace
|
|
yarn-error.log
|
|
/build
|
|
/docs/
|
|
/generated/
|
|
|
|
# NX
|
|
.nx/cache
|
|
.nx/workspace-data
|