Browse Source
Version bump + change release rule to only compile for current arch
master
Thibaut Boustany
7 years ago
No known key found for this signature in database
GPG Key ID: 32475B11A2B13EEC
1 changed files with
2 additions and
2 deletions
-
package.json
|
|
@ -3,7 +3,7 @@ |
|
|
|
"productName": "Ledger Live", |
|
|
|
"description": "Ledger Live - Desktop", |
|
|
|
"repository": "https://github.com/LedgerHQ/ledger-live-desktop", |
|
|
|
"version": "0.1.0-alpha.1", |
|
|
|
"version": "0.1.0-alpha.3", |
|
|
|
"author": "Ledger", |
|
|
|
"license": "MIT", |
|
|
|
"scripts": { |
|
|
@ -17,7 +17,7 @@ |
|
|
|
"postinstall": "bash ./scripts/postinstall.sh", |
|
|
|
"prettier": "prettier --write \"{src,webpack,.storybook}/**/*.js\"", |
|
|
|
"publish-storybook": "bash ./scripts/publish-storybook.sh", |
|
|
|
"release": "yarn compile && build -wml", |
|
|
|
"release": "yarn compile && build", |
|
|
|
"start": "bash ./scripts/start.sh", |
|
|
|
"storybook": "NODE_ENV=development STORYBOOK_ENV=1 start-storybook -s ./static -p 4444", |
|
|
|
"trans": "node scripts/trans" |
|
|
|