File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 22# Everything in weak-node-api is generated, except for the configurations
33# Generated and built via `npm run bootstrap`
44/build /
5+ /build-tests /
56/* .xcframework
67/* .android.node
78/generated /weak_node_api.cpp
Original file line number Diff line number Diff line change 3333 "build-weak-node-api:apple" : " node --run build-weak-node-api -- --apple" ,
3434 "build-weak-node-api:all" : " node --run build-weak-node-api -- --android --apple" ,
3535 "test" : " tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout src/node/**/*.test.ts src/node/*.test.ts" ,
36+ "test:configure" : " cmake -S . -B build-tests -DBUILD_TESTS=ON" ,
37+ "test:build" : " cmake --build build-tests" ,
38+ "test:run" : " ctest --test-dir build --output-on-failure" ,
3639 "bootstrap" : " node --run prepare-weak-node-api && node --run build-weak-node-api" ,
3740 "prerelease" : " node --run prepare-weak-node-api && node --run build-weak-node-api:all"
3841 },
You can’t perform that action at this time.
0 commit comments