File tree 3 files changed +25
-1
lines changed
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ $(SEGMENT_SNIPPET_OUT): $(SRC) $(SNIPPET)
90
90
build : $(TESTS ) $(OUT ) $(SNIPPET_OUT ) $(SEGMENT_SNIPPET_OUT )
91
91
@$(ROLLUP ) --config rollup.test.js
92
92
@$(ROLLUP ) --config rollup.snippet-tests.js
93
+ @-echo " Done building"
93
94
94
95
docs :
95
96
@$(JSDOC ) -d ./documentation/ src/* .js
Original file line number Diff line number Diff line change 64
64
"rollup-plugin-uglify" : " ^6.0.2" ,
65
65
"semantic-release" : " ^17.1.1" ,
66
66
"sinon" : " ^7.0.0" ,
67
- "uglify-js" : " ^2.0.0"
67
+ "uglify-js" : " ^2.0.0" ,
68
+ "watch" : " ^1.0.2"
68
69
},
69
70
"scripts" : {
70
71
"test" : " make test" ,
71
72
"dev" : " node test/browser/server.js" ,
73
+ "build" : " make build" ,
74
+ "build:watch" : " watch 'yarn build' src/ test/" ,
72
75
"docs:install" : " cd website/ && yarn install" ,
73
76
"docs:generate-jsdoc" : " cd website && yarn generate-jsdoc" ,
74
77
"docs:start" : " cd website/ && yarn start" ,
Original file line number Diff line number Diff line change @@ -2949,6 +2949,13 @@ eventemitter3@^4.0.0:
2949
2949
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
2950
2950
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
2951
2951
2952
+ exec-sh@^0.2.0 :
2953
+ version "0.2.2"
2954
+ resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.2.2.tgz#2a5e7ffcbd7d0ba2755bdecb16e5a427dfbdec36"
2955
+ integrity sha512-FIUCJz1RbuS0FKTdaAafAByGS0CPvU3R0MeHxgtl+djzCc//F8HakL8GzmVNZanasTbTAY/3DRFA0KpVqj/eAw==
2956
+ dependencies :
2957
+ merge "^1.2.0"
2958
+
2952
2959
execa@^0.7.0 :
2953
2960
version "0.7.0"
2954
2961
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
@@ -5342,6 +5349,11 @@ merge2@^1.3.0:
5342
5349
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
5343
5350
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
5344
5351
5352
+ merge@^1.2.0 :
5353
+ version "1.2.1"
5354
+ resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
5355
+ integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==
5356
+
5345
5357
methods@~1.1.2 :
5346
5358
version "1.1.2"
5347
5359
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
@@ -8702,6 +8714,14 @@ walk-back@^4.0.0:
8702
8714
resolved "https://registry.yarnpkg.com/walk-back/-/walk-back-4.0.0.tgz#9e4ad2bd72038f3beed2d83180f9fd40b233bfab"
8703
8715
integrity sha512-kudCA8PXVQfrqv2mFTG72vDBRi8BKWxGgFLwPpzHcpZnSwZk93WMwUDVcLHWNsnm+Y0AC4Vb6MUNRgaHfyV2DQ==
8704
8716
8717
+ watch@^1.0.2 :
8718
+ version "1.0.2"
8719
+ resolved "https://registry.yarnpkg.com/watch/-/watch-1.0.2.tgz#340a717bde765726fa0aa07d721e0147a551df0c"
8720
+ integrity sha1-NApxe952Vyb6CqB9ch4BR6VR3ww=
8721
+ dependencies :
8722
+ exec-sh "^0.2.0"
8723
+ minimist "^1.2.0"
8724
+
8705
8725
wcwidth@^1.0.0 :
8706
8726
version "1.0.1"
8707
8727
resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
You can’t perform that action at this time.
0 commit comments