Skip to content

Commit 4e8b11c

Browse files
committed
feature: add gulp to keep CT licenses
1 parent 5b038ca commit 4e8b11c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"dependencies": {
3535
"chart.js": "2.9.3",
3636
"classnames": "2.2.6",
37+
"gulp": "4.0.2",
38+
"gulp-append-prepend": "1.0.8",
3739
"moment": "2.24.0",
3840
"node-sass": "4.13.1",
3941
"nouislider": "14.1.1",
@@ -49,7 +51,7 @@
4951
},
5052
"scripts": {
5153
"start": "react-scripts start",
52-
"build": "react-scripts build",
54+
"build": "react-scripts build && gulp licenses",
5355
"test": "react-scripts test",
5456
"eject": "react-scripts eject",
5557
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",

0 commit comments

Comments
 (0)