File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 27
27
"build:examples" : " lerna run --scope '*-example' build" ,
28
28
"bump" : " lerna version -m 'Bump' --no-git-tag-version --no-push" ,
29
29
"postbump" : " yarn build:packages" ,
30
+ "dev" : " now dev" ,
31
+ "deploy" : " now" ,
30
32
"storybook" : " start-storybook -p 6006" ,
31
33
"build-storybook" : " build-storybook -o docs"
32
34
},
60
62
"jest" : " ^24.8.0" ,
61
63
"jest-dom" : " ^3.5.0" ,
62
64
"lerna" : " ^3.15.0" ,
65
+ "now" : " ^15.8.7" ,
63
66
"prettier" : " 1.17.0" ,
64
67
"prop-types" : " ^15.7.2" ,
65
68
"react" : " ^16.8.6" ,
Original file line number Diff line number Diff line change @@ -12477,6 +12477,11 @@ normalize-url@^3.0.0, normalize-url@^3.3.0:
12477
12477
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
12478
12478
integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
12479
12479
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
+
12480
12485
npm-bundled@^1.0.1:
12481
12486
version "1.0.6"
12482
12487
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd"
You can’t perform that action at this time.
0 commit comments