mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 20:31:48 +00:00
18 lines
541 B
JSON
18 lines
541 B
JSON
{
|
|
"private": true,
|
|
"name": "@sourcegraph/shared",
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"storybook": "STORIES_GLOB=client/shared/src/**/*.story.tsx yarn workspace @sourcegraph/storybook run start",
|
|
"eslint": "eslint --cache '**/*.[jt]s?(x)'",
|
|
"stylelint": "stylelint 'src/**/*.scss' --quiet",
|
|
"test": "jest",
|
|
"graphql": "gulp graphQlSchema",
|
|
"schema": "gulp schema",
|
|
"graphql-operations": "gulp graphQlOperations",
|
|
"watch-schema": "gulp watchSchema"
|
|
},
|
|
"sideEffects": true
|
|
}
|