mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
13 lines
351 B
JSON
13 lines
351 B
JSON
{
|
|
"name": "release",
|
|
"description": "Scripts for managing release captain duties",
|
|
"private": true,
|
|
"scripts": {
|
|
"release": "node ./out/release.js",
|
|
"build": "../../node_modules/.bin/tsc -b .",
|
|
"watch": "../../node_modules/.bin/tsc -b . -w",
|
|
"eslint": "../../node_modules/.bin/eslint 'src/**/*.ts'"
|
|
},
|
|
"dependencies": {}
|
|
}
|