projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0081ee8
)
Fix client postinstall on release
author
Chocobozzz
<me@florianbigard.com>
Tue, 22 May 2018 14:43:58 +0000
(16:43 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Tue, 22 May 2018 14:43:58 +0000
(16:43 +0200)
client/package.json
patch
|
blob
|
history
diff --git
a/client/package.json
b/client/package.json
index 507d2da0e8ff914742c409323a93f01f6880fef9..a353b4dfedd8bcbef2f8ffaad5a5375787fe177e 100644
(file)
--- a/
client/package.json
+++ b/
client/package.json
@@
-17,7
+17,7
@@
"webpack": "webpack",
"tslint": "tslint",
"ng": "ng",
- "postinstall": "npm rebuild node-sass &&
node angular-cli-patch.js
",
+ "postinstall": "npm rebuild node-sass &&
test -f angular-cli-patch.js && node angular-cli-patch.js || true
",
"webpack-bundle-analyzer": "webpack-bundle-analyzer",
"webdriver-manager": "webdriver-manager"
},