mirror of
https://github.com/coder/code-server.git
synced 2026-04-16 21:31:43 -05:00
Add a simple test
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"scripts": {
|
||||
"runner": "cd ./scripts && node --max-old-space-size=32384 -r ts-node/register ./build.ts",
|
||||
"start": "nodemon --watch ../../../out --verbose ../../../out/vs/server/main.js",
|
||||
"test": "./scripts/test.sh",
|
||||
"watch": "cd ../../../ && yarn watch",
|
||||
"build": "yarn && yarn runner build",
|
||||
"package": "yarn runner package",
|
||||
|
||||
Reference in New Issue
Block a user