FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-pull-request-github/test.sh at master · Naturalclar/vscode-pull-request-github · GitHub
Naturalclar
/
vscode-pull-request-github
Public
forked from
microsoft/vscode-pull-request-github
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
vscode-pull-request-github
/
test.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
18 lines (14 loc) · 538 Bytes
Breadcrumbs
vscode-pull-request-github
/
test.sh
Copy path
File metadata and controls
executable file
·
18 lines (14 loc) · 538 Bytes
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
#!
/bin/bash
if
[
!
-f
media/extension.js ]
;
then
printf
"
Running webpack\n
"
webpack --env.development
fi
printf
"
Transpiling src/\n
"
tsc -p
.
scripts/preprocess-gql --in src/github/queries.gql --out out/github/queries.gql
scripts/preprocess-gql --in src/github/enterprise.gql --out out/github/enterprise.gql
printf
"
\nTranspiling preview-src/\n
"
tsc -p preview-src/
scripts/preprocess-svg --in resources/ --out preview-src/dist/resources/
printf
"
\nLaunching test runner\n
"
CODE_VERSION=insiders node ./node_modules/vscode/bin/test
Back
|
FazBrowse Home
|
New Git URL