mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
13 lines
293 B
JSON
13 lines
293 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"eslint": "eslint --cache '**/*.[jt]s?(x)'",
|
|
"stylelint": "stylelint 'src/**/*.scss' --quiet",
|
|
"test": "jest",
|
|
"graphql": "gulp graphQlSchema",
|
|
"schema": "gulp schema",
|
|
"watch-schema": "gulp watchSchema"
|
|
},
|
|
"sideEffects": true
|
|
}
|