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 1313/dist
1414/lib
1515
16- # version file and tarball created by `npm pack` / `yarn pack`
17- /git-revision.txt
16+ # tarball created by `npm pack` / `yarn pack`
1817/matrix-js-sdk- * .tgz
1918
2019.vscode
Original file line number Diff line number Diff line change 99 "prepare" : " yarn build" ,
1010 "start" : " echo THIS IS FOR LEGACY PURPOSES ONLY. && babel src -w -s -d lib --verbose --extensions \" .ts,.js\" " ,
1111 "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" ,
1413 "build:types" : " tsc -p tsconfig-build.json --emitDeclarationOnly" ,
1514 "build:compile" : " babel -d lib --verbose --extensions \" .ts,.js\" src" ,
1615 "gendoc" : " typedoc" ,
You can’t perform that action at this time.
0 commit comments