Skip to content

Commit c061fc0

Browse files
committed
cleanup
1 parent 4667e5d commit c061fc0

File tree

8 files changed

+1054
-1200
lines changed

8 files changed

+1054
-1200
lines changed

app/webpack.config.watch.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"npmClient": "jlpm",
43
"version": "independent"
54
}

nx.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
33
"tasksRunnerOptions": {
44
"default": {
5-
"runner": "nx/tasks-runners/default",
65
"options": {
76
"cacheableOperations": ["build", "build:prod", "build:lib"]
87
}
98
}
109
},
1110
"namedInputs": {
12-
"default": [
13-
"{projectRoot}/**/*"
14-
]
11+
"default": ["{projectRoot}/**/*"]
1512
},
1613
"targetDefaults": {
1714
"build": {
@@ -21,7 +18,7 @@
2118
},
2219
"build:prod": {
2320
"dependsOn": ["^build:prod"],
24-
"inputs": ["^default"]
21+
"inputs": ["default", "^default"]
2522
}
2623
}
2724
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"test": "lerna run test",
4040
"update:dependency": "node ./node_modules/@jupyterlab/buildutils/lib/update-dependency.js --lerna",
4141
"watch": "run-p watch:lib watch:app",
42-
"watch:app": "lerna exec --stream --scope \"@jupyter-notebook/app\" jlpm watch",
43-
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
42+
"watch:app": "lerna exec --stream --scope \"@jupyter-notebook/app\" jlpm watch"
4443
},
4544
"devDependencies": {
4645
"@jupyterlab/buildutils": "^4.0.3",

packages/_metapackage/package.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

packages/_metapackage/src/index.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/_metapackage/tsconfig.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)