Add build folder tests to CI (#272564)

This commit is contained in:
Paul
2025-10-31 01:23:04 -07:00
committed by GitHub
parent dc0a2870bf
commit 2b76aa1113
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@
"test-browser-no-install": "node test/unit/browser/index.js",
"test-node": "mocha test/unit/node/index.js --delay --ui=tdd --timeout=5000 --exit",
"test-extension": "vscode-test",
"test-build-scripts": "cd build && npm run test",
"preinstall": "node build/npm/preinstall.js",
"postinstall": "node build/npm/postinstall.js",
"compile": "node ./node_modules/gulp/bin/gulp.js compile",