Skip to content

Commit d99bcfc

Browse files
committed
Add dev and deploy scripts.
1 parent 889fd8a commit d99bcfc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"build:examples": "lerna run --scope '*-example' build",
2828
"bump": "lerna version -m 'Bump' --no-git-tag-version --no-push",
2929
"postbump": "yarn build:packages",
30+
"dev": "now dev",
31+
"deploy": "now",
3032
"storybook": "start-storybook -p 6006",
3133
"build-storybook": "build-storybook -o docs"
3234
},
@@ -60,6 +62,7 @@
6062
"jest": "^24.8.0",
6163
"jest-dom": "^3.5.0",
6264
"lerna": "^3.15.0",
65+
"now": "^15.8.7",
6366
"prettier": "1.17.0",
6467
"prop-types": "^15.7.2",
6568
"react": "^16.8.6",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12477,6 +12477,11 @@ normalize-url@^3.0.0, normalize-url@^3.3.0:
1247712477
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
1247812478
integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
1247912479

12480+
now@^15.8.7:
12481+
version "15.8.7"
12482+
resolved "https://registry.yarnpkg.com/now/-/now-15.8.7.tgz#bce7fb56a1583cede88196bf0f17e7e3c2764cf0"
12483+
integrity sha512-jrqfRhCiOND+hdIc7zPtRHXBlrBCFAxSGRZYMN+8LSKNlixrSe+pUDG/Lp732nDP+33+GYFjXY8jxLi5qu5yJA==
12484+
1248012485
npm-bundled@^1.0.1:
1248112486
version "1.0.6"
1248212487
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd"

0 commit comments

Comments
 (0)