Skip to content

Commit 67df2a5

Browse files
authored
Remove redundant git-revision.txt file (#4881)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 8367277 commit 67df2a5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ out
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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
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",

0 commit comments

Comments
 (0)