Skip to content

Commit 0d6f6aa

Browse files
authored
Troubleshoot the check release workflow (#1208)
* Use node 14 in the check release workflow * Drop the `prepare` scripts
1 parent 5dcdb80 commit 0d6f6aa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/jupyterlab-preview/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"clean": "jlpm run clean:lib && jlpm run clean:labextension",
4141
"clean:labextension": "rimraf ../../voila/labextension",
4242
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
43-
"prepare": "jlpm run clean && jlpm run build:prod",
4443
"test": "jest",
4544
"watch": "run-p watch:src watch:labextension",
4645
"watch:labextension": "jupyter labextension watch .",

packages/voila/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"build:prod": "npm run build:lib && webpack --production",
5151
"clean": "jlpm run clean:lib",
5252
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
53-
"prepare": "npm run build:lib && webpack",
5453
"test": "echo \"Error: no test specified\" && exit 1",
5554
"watch": "npm-run-all -p watch:*",
5655
"watch:lib": "tsc -w",

0 commit comments

Comments
 (0)