FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sourcegraph/client/browser/package.json at master · opensourceyouthprogramming/sourcegraph · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
opensourceyouthprogramming
/
sourcegraph
Public
forked from
sourcegraph/sourcegraph-public-snapshot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sourcegraph
/
client
/
browser
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 1.75 KB
Breadcrumbs
sourcegraph
/
client
/
browser
/
package.json
Copy path
File metadata and controls
29 lines (29 loc) · 1.75 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"private"
:
true
,
"version"
:
"
1.0.0
"
,
"engines"
: {
"yarn"
:
"
>1.10.0
"
},
"scripts"
: {
"dev"
:
"
NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 TS_NODE_COMPILER_OPTIONS=
\"
{
\\\"
module
\\\"
:
\\\"
commonjs
\\\"
}
\"
node -r ts-node/register scripts/dev
"
,
"dev:no-reload"
:
"
AUTO_RELOAD=false yarn run dev
"
,
"dev:firefox"
:
"
if type web-ext 2>/dev/null; then web-ext run --source-dir ./build/firefox; else echo 'web-ext not found. Install it with: yarn global add web-ext'; exit 1; fi
"
,
"build"
:
"
NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 TS_NODE_COMPILER_OPTIONS=
\"
{
\\\"
module
\\\"
:
\\\"
commonjs
\\\"
}
\"
node -r ts-node/register scripts/build
"
,
"release"
:
"
yarn release:chrome
"
,
"release:chrome"
:
"
webstore upload --auto-publish --source build/bundles/chrome-bundle.zip --extension-id dgjhfomjieaadpoljlnidmbgkdffpack --client-id $GOOGLE_CLIENT_ID --client-secret $GOOGLE_CLIENT_SECRET --refresh-token $GOOGLE_REFRESH_TOKEN
"
,
"release:ff"
:
"
./scripts/release-ff.sh
"
,
"graphql"
:
"
get-graphql-schema http://localhost:3080/.api/graphql --json | gql2ts -o app/gqlschema.d.ts
"
,
"lint"
:
"
yarn run tslint && yarn run stylelint
"
,
"tslint"
:
"
tslint -t stylish -c tslint.json -p tsconfig.json 'src/**/*.ts?(x)'
"
,
"stylelint"
:
"
stylelint 'app/**/*.scss'
"
,
"clean"
:
"
rm -rf build/ dist/ *.zip *.xpi .checksum
"
,
"test"
:
"
jest --testPathIgnorePatterns e2e
"
,
"test-e2e"
:
"
cross-env OVERRIDE_AUTH_SECRET=sSsNGlI8fBDftBz0LDQNXEnP6lrWdt9g0fK6hoFvGQ jest --coverage=false e2e
"
,
"storybook"
:
"
start-storybook -s ./src/extension/assets -c ./config/storybook -p 6006
"
,
"build-storybook"
:
"
build-storybook -c ./config/storybook
"
},
"browserslist"
: [
"
last 3 Chrome versions
"
,
"
last 3 Firefox versions
"
]
}
Back
|
FazBrowse Home
|
New Git URL