Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit b1cc237

Browse files
committed
Fixed file names in sed command
1 parent fd0ca2a commit b1cc237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"build:labextension": "jupyter labextension build .",
4343
"build:labextension:dev": "jupyter labextension build --development True .",
4444
"build:lib": " jlpm run sed-worker && tsc",
45-
"sed-worker": "shx sed -i \"s/XEUS_KERNEL_FILE/'.\\/xlua_wasm.js'/\" src/worker.ts && shx sed -i \"s/LANGUAGE_DATA_FILE/''/\" src/worker.ts ",
45+
"sed-worker": "shx sed -i \"s/XEUS_KERNEL_FILE/'.\\/xpython_wasm.js'/\" src/worker.ts && shx sed -i \"s/LANGUAGE_DATA_FILE/'.\\/python_data.js'/\" src/worker.ts ",
4646
"clean": "jlpm run clean:lib",
4747
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
4848
"clean:labextension": "rimraf jupyterlite_xeus_python/labextension",

0 commit comments

Comments
 (0)