|
20 | 20 | "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
21 | 21 | "style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}", |
22 | 22 | "src/**/*.{ts,tsx}", |
23 | | - "schema/*.json" |
| 23 | + "schema/*.json", |
| 24 | + "LICENSE.txt", |
| 25 | + "third-party-licenses.json", |
| 26 | + "third-party-licenses.txt" |
24 | 27 | ], |
25 | 28 | "main": "lib/index.js", |
26 | 29 | "types": "lib/index.d.ts", |
|
30 | 33 | "url": "https://github.com/harsha-accenture/scheduler-jupyter-plugin.git" |
31 | 34 | }, |
32 | 35 | "scripts": { |
33 | | - "build": "jlpm build:lib && jlpm build:labextension:dev", |
34 | | - "build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension", |
| 36 | + "build": "jlpm build:lib && jlpm build:labextension:dev && jlpm generate:licenses", |
| 37 | + "build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension && jlpm generate:licenses", |
35 | 38 | "build:labextension": "jupyter labextension build .", |
36 | 39 | "build:labextension:dev": "jupyter labextension build --development True .", |
37 | 40 | "build:lib": "tsc --sourceMap", |
|
43 | 46 | "clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", |
44 | 47 | "eslint": "jlpm eslint:check --fix", |
45 | 48 | "eslint:check": "eslint . --cache --ext .ts,.tsx", |
| 49 | + "generate:licenses": "generate-license-file --input package.json --output third-party-licenses.json", |
46 | 50 | "install:extension": "jlpm build", |
47 | 51 | "lint": "jlpm stylelint && jlpm prettier && jlpm eslint", |
48 | 52 | "lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", |
|
0 commit comments