Skip to content

Commit 7c5ab47

Browse files
committed
1 parent 10501d1 commit 7c5ab47

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@types/node": "~10.5.0",
1919
"chokidar-cli": "^1.2.0",
2020
"codelyzer": "~4.4.2",
21+
"cross-env": "^5.2.0",
2122
"dnd-core": "^4.0.0",
2223
"fs-extra": "^7.0.0",
2324
"jasmine-core": "~3.1.0",
@@ -42,9 +43,9 @@
4243
"scripts": {
4344
"lerna": "lerna",
4445
"build": "lerna exec node ../../tools/tasks/build",
45-
"watch": "set WATCH_MODE=true&& lerna exec --parallel node ../../tools/tasks/build",
46+
"watch": "cross-env WATCH_MODE=true lerna exec --parallel node ../../tools/tasks/build",
4647
"build-tools": "tsc -p ./tools/tsconfig.json",
47-
"clean-all": "lerna clean & rimraf packages/*/dist",
48+
"clean-all": "lerna clean && rimraf packages/*/dist",
4849
"clean": "rimraf packages/*/dist",
4950
"test": "jest",
5051
"test-tdd": "jest --watchAll --no-cache",

yarn.lock

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2229,6 +2229,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
22292229
safe-buffer "^5.0.1"
22302230
sha.js "^2.4.8"
22312231

2232+
cross-env@^5.2.0:
2233+
version "5.2.0"
2234+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2"
2235+
dependencies:
2236+
cross-spawn "^6.0.5"
2237+
is-windows "^1.0.0"
2238+
22322239
cross-spawn@^3.0.0:
22332240
version "3.0.1"
22342241
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
@@ -2244,6 +2251,16 @@ cross-spawn@^5.0.1:
22442251
shebang-command "^1.2.0"
22452252
which "^1.2.9"
22462253

2254+
cross-spawn@^6.0.5:
2255+
version "6.0.5"
2256+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
2257+
dependencies:
2258+
nice-try "^1.0.4"
2259+
path-key "^2.0.1"
2260+
semver "^5.5.0"
2261+
shebang-command "^1.2.0"
2262+
which "^1.2.9"
2263+
22472264
22482265
version "2.0.5"
22492266
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
@@ -4659,7 +4676,7 @@ is-utf8@^0.2.0:
46594676
version "0.2.1"
46604677
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
46614678

4662-
is-windows@^1.0.1, is-windows@^1.0.2:
4679+
is-windows@^1.0.0, is-windows@^1.0.1, is-windows@^1.0.2:
46634680
version "1.0.2"
46644681
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
46654682

@@ -6301,6 +6318,10 @@ ng-packagr@^4.0.0:
63016318
uglify-js "^3.0.7"
63026319
update-notifier "^2.3.0"
63036320

6321+
nice-try@^1.0.4:
6322+
version "1.0.4"
6323+
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.4.tgz#d93962f6c52f2c1558c0fbda6d512819f1efe1c4"
6324+
63046325
no-case@^2.2.0:
63056326
version "2.3.2"
63066327
resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac"
@@ -6924,7 +6945,7 @@ path-is-inside@^1.0.1:
69246945
version "1.0.2"
69256946
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
69266947

6927-
path-key@^2.0.0:
6948+
path-key@^2.0.0, path-key@^2.0.1:
69286949
version "2.0.1"
69296950
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
69306951

0 commit comments

Comments
 (0)