Skip to content

Commit 35cfbe8

Browse files
committed
commit js lockfiles
1 parent 82f98f9 commit 35cfbe8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,15 @@ test-cpp:
7272
test-js:
7373
cd ../python-template-js && git config --global user.name "github-actions" && git config --global user.email "41898282+github-actions[bot]@users.noreply.github.c@example.com" && git init && git add . && git commit -m "initial commit"
7474
cd ../python-template-js && make develop
75+
cd ../python-template-js && git add js/pnpm-lock.yaml && git commit -m "lockfile"
7576
cd ../python-template-js && make lint
7677
cd ../python-template-js && make checks
7778
cd ../python-template-js && make test
7879

7980
test-jupyter:
8081
cd ../python-template-jupyter && git config --global user.name "github-actions" && git config --global user.email "41898282+github-actions[bot]@users.noreply.github.c@example.com" && git init && git add . && git commit -m "initial commit"
8182
cd ../python-template-jupyter && make develop
83+
cd ../python-template-jupyter && git add js/pnpm-lock.yaml && git commit -m "lockfile"
8284
cd ../python-template-jupyter && make lint
8385
cd ../python-template-jupyter && make checks
8486
cd ../python-template-jupyter && make test

rustjswasm/Cargo.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66

77
[lib]
88
name = "{{module}}"
9-
path = "python/lib.rs"
9+
path = "rust/python/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]

0 commit comments

Comments
 (0)