Add esbuild test project and build-and-release workflow
build-and-release / build (push) Successful in 11s
build-and-release / build (push) Successful in 11s
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const os = require('os');
|
||||
|
||||
function main() {
|
||||
console.log(`test-runner built on ${os.platform()} ${os.arch()}`);
|
||||
}
|
||||
|
||||
main();
|
||||
Reference in New Issue
Block a user