File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 13
13
/dist
14
14
/lib
15
15
16
- # version file and tarball created by `npm pack` / `yarn pack`
17
- /git-revision.txt
16
+ # tarball created by `npm pack` / `yarn pack`
18
17
/matrix-js-sdk- * .tgz
19
18
20
19
.vscode
Original file line number Diff line number Diff line change 9
9
"prepare" : " yarn build" ,
10
10
"start" : " echo THIS IS FOR LEGACY PURPOSES ONLY. && babel src -w -s -d lib --verbose --extensions \" .ts,.js\" " ,
11
11
"clean" : " rimraf lib" ,
12
- "build" : " yarn build:dev" ,
13
- "build:dev" : " yarn clean && git rev-parse HEAD > git-revision.txt && yarn build:compile && yarn build:types" ,
12
+ "build" : " yarn clean && yarn build:compile && yarn build:types" ,
14
13
"build:types" : " tsc -p tsconfig-build.json --emitDeclarationOnly" ,
15
14
"build:compile" : " babel -d lib --verbose --extensions \" .ts,.js\" src" ,
16
15
"gendoc" : " typedoc" ,
You can’t perform that action at this time.
0 commit comments