Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f7d2479

Browse files
committedMay 1, 2024··
test: add pnpm build to test suite
Signed-off-by: Jonathan MASSUCHETTI <[email protected]>
1 parent 7cc30dc commit f7d2479

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎runtime/JavaScript/test-builds.sh

+2
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
cd spec/imports/builds/node-esm-ts
44
npm run test
55
cd ../node-cjs-ts
6+
npm run test
7+
cd ../pnpm-esm-ts
68
npm run test

0 commit comments

Comments
 (0)
Please sign in to comment.