Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Enable lerna caching for build scripts#6767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jtpio merged 24 commits intojupyter:mainfromjtpio:lerna-caching
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
24 commits
Select commitHold shift + click to select a range
95a2b52
Enable lerna caching for build scripts
jtpioMar 13, 2023
d708ca5
Fix script definitions
jtpioMar 14, 2023
35b160c
Lint
jtpioMar 14, 2023
7073949
simplify cacheable tasks
jtpioMar 14, 2023
4c94816
Update to lerna 7
jtpioJul 25, 2023
d8446a5
update config
jtpioJul 25, 2023
1935573
cleanup
jtpioJul 26, 2023
efe8713
Stay on lerna 6 for now
jtpioJul 26, 2023
c75ae57
Revert "cleanup"
jtpioJul 26, 2023
0d8c3b8
lint
jtpioJul 26, 2023
4f24dbd
Skip cache when building prod
jtpioJul 26, 2023
460e311
Cache labextension builds
jtpioJul 27, 2023
69a4b09
Update `targetDefaults`
jtpioJul 27, 2023
668ed3e
Update dev command
jtpioJul 28, 2023
d79ffeb
Fix dependencies
jtpioJul 28, 2023
d126aac
Add missing dependency
jtpioJul 28, 2023
673c733
fix dep order
jtpioJul 28, 2023
e0f4099
fix script deps
jtpioJul 28, 2023
8d3a665
Update scripts
jtpioJul 28, 2023
6c1c2dd
Update scripts dependencies
jtpioJul 28, 2023
efb19d2
Add back scripts
jtpioJul 28, 2023
9fb3085
lint
jtpioJul 28, 2023
8369d54
cache more
jtpioJul 28, 2023
dd809fe
Mention task caching in contributing guide
jtpioJul 31, 2023
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
PrevPrevious commit
NextNext commit
update config
  • Loading branch information
@jtpio
jtpio committedJul 27, 2023
commitd8446a5f54f6e9317f6ad11e43e5ce3e50db6081
4 changes: 2 additions & 2 deletionslerna.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "jlpm",
"version": "independent",
"useWorkspaces": true
"version": "independent"
}
17 changes: 17 additions & 0 deletionsnx.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "build:prod", "build:lib"]
}
}
},
"namedInputs": {
"default": [
"{projectRoot}/**/*"
]
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["default", "^default"],
"outputs": ["{projectRoot}/lib"]
},
"build:prod": {
"dependsOn": ["^build:prod"],
"inputs": ["^default"]
}
}
}

[8]ページ先頭

©2009-2025 Movatter.jp