@speakapbv/dough-component-library 10.12.3 → 10.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakapbv/dough-component-library",
3
- "version": "10.12.3",
3
+ "version": "10.13.0",
4
4
  "description": "DOUGH: Speakap React Component Library",
5
5
  "author": "Speakap",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "test": "cross-env BABEL_ENV=test jest",
19
19
  "testclean": "cross-env BABEL_ENV=test jest -u",
20
20
  "lint": "eslint --ext=.ts,.tsx .",
21
- "build": "cross-env BABEL_ENV=production rollup -c",
21
+ "build": "cross-env BABEL_ENV=production rollup -c && node scripts/build-notices.js",
22
22
  "start": "cross-env BABEL_ENV=production rollup -c -w",
23
23
  "format": "prettier --write \"src/**/*.{scss,js,json,md}\"",
24
24
  "changelog": "git fetch && auto-changelog -p --commit-limit false",