diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bbd4cab..83e75a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,5 +25,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install - - run: npm test - - run: npm build + - run: npm run test + - run: npm run build + - run: npm run docs + - run: npm run demo diff --git a/docs/code/Card.html b/docs/code/Card.html index f30a7dc..979c451 100644 --- a/docs/code/Card.html +++ b/docs/code/Card.html @@ -1155,7 +1155,7 @@
Returns:

diff --git a/docs/code/CardKit.html b/docs/code/CardKit.html index 5d17b35..19fce33 100644 --- a/docs/code/CardKit.html +++ b/docs/code/CardKit.html @@ -3487,7 +3487,7 @@
Parameters:

diff --git a/docs/code/CardKitDOM.html b/docs/code/CardKitDOM.html index 247b2c6..e170adc 100644 --- a/docs/code/CardKitDOM.html +++ b/docs/code/CardKitDOM.html @@ -1775,7 +1775,7 @@

rerender
- Generated by JSDoc 3.6.6 on Mon May 03 2021 17:49:47 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.6 on Mon May 03 2021 17:55:32 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/code/CardKitServer.html b/docs/code/CardKitServer.html index 8be5ec9..c5de924 100644 --- a/docs/code/CardKitServer.html +++ b/docs/code/CardKitServer.html @@ -853,7 +853,7 @@
Returns:

- Generated by JSDoc 3.6.6 on Mon May 03 2021 17:49:47 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.6 on Mon May 03 2021 17:55:32 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/code/SVGToImage.html b/docs/code/SVGToImage.html index 41879a6..a0ebc44 100644 --- a/docs/code/SVGToImage.html +++ b/docs/code/SVGToImage.html @@ -1907,7 +1907,7 @@
Parameters:

- Generated by JSDoc 3.6.6 on Mon May 03 2021 17:49:47 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.6 on Mon May 03 2021 17:55:32 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/code/cardkit.js.html b/docs/code/cardkit.js.html index 5d1db1f..943f30e 100644 --- a/docs/code/cardkit.js.html +++ b/docs/code/cardkit.js.html @@ -284,7 +284,7 @@

cardkit.js


- Generated by JSDoc 3.6.6 on Mon May 03 2021 17:49:47 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.6 on Mon May 03 2021 17:55:32 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/code/index.html b/docs/code/index.html index 309ab25..a416a57 100644 --- a/docs/code/index.html +++ b/docs/code/index.html @@ -302,7 +302,7 @@

Tests


- Generated by JSDoc 3.6.6 on Mon May 03 2021 17:49:47 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.6 on Mon May 03 2021 17:55:32 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/code/renderers_dom_SVGToImage.js.html b/docs/code/renderers_dom_SVGToImage.js.html index 1bba44e..ed93a4d 100644 --- a/docs/code/renderers_dom_SVGToImage.js.html +++ b/docs/code/renderers_dom_SVGToImage.js.html @@ -320,7 +320,7 @@

renderers/dom/SVGToImage.js


- Generated by JSDoc 3.6.6 on Mon May 03 2021 17:49:47 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.6 on Mon May 03 2021 17:55:32 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/code/renderers_dom_dom.js.html b/docs/code/renderers_dom_dom.js.html index 02bd6df..d37d4ff 100644 --- a/docs/code/renderers_dom_dom.js.html +++ b/docs/code/renderers_dom_dom.js.html @@ -224,7 +224,7 @@

renderers/dom/dom.js


- Generated by JSDoc 3.6.6 on Mon May 03 2021 17:49:47 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.6 on Mon May 03 2021 17:55:32 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/code/renderers_server_server.js.html b/docs/code/renderers_server_server.js.html index 83095e0..f063a1f 100644 --- a/docs/code/renderers_server_server.js.html +++ b/docs/code/renderers_server_server.js.html @@ -118,7 +118,7 @@

renderers/server/server.js


- Generated by JSDoc 3.6.6 on Mon May 03 2021 17:49:47 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.6 on Mon May 03 2021 17:55:32 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/code/renderers_shared_Card.js.html b/docs/code/renderers_shared_Card.js.html index 42db8e9..04fe41b 100644 --- a/docs/code/renderers_shared_Card.js.html +++ b/docs/code/renderers_shared_Card.js.html @@ -409,7 +409,7 @@

renderers/shared/Card.js


- Generated by JSDoc 3.6.6 on Mon May 03 2021 17:49:47 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.6 on Mon May 03 2021 17:55:32 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/package.json b/package.json index 5f0dc3b..91a7d52 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "build-core": "webpack --env=dist-core", "build-dom-script": "webpack --env=dist-dom-script", "build-core-script": "webpack --env=dist-core-script", - "prepare": "npm test; npm run build; npm run demo; npm run docs" + "test-and-build-all": "npm test; npm run build; npm run demo; npm run docs" }, "author": "Chris Hutchinson ", "license": "MIT",