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

Commit 651f351

Browse files
authored
Merge pull request #88 from JohanMabille/fix
Fixed file names in sed command
2 parents fd0ca2a + b1cc237 commit 651f351

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)