Skip to content

Commit

Permalink
license_output is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
dnenov committed Feb 15, 2024
1 parent 4731c41 commit d0ccc16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"copy": "cp package.json dist/ && cp README.md dist/ && cp -r license_output dist/",
"production": "npm run bundle && npm run copy",
"test:unit": "NODE_ENV=test jest tests/App.test.js",
"test:e2e": "playwright test tests/e2e.test.js"
"test:e2e": "playwright test tests/e2e.test.js",
"lic_direct": "npx @adsk/adsk-npm-license-puller --path . --app-name 'home-page' --verbose --about-box ./license_output/about-box_direct.html --about-box-type desktop --year $(date \"+%Y\") --paos ./license_output/paos_direct.csv",
"lic_transitive": "npx @adsk/adsk-npm-license-puller --path . --app-name 'home-page' --verbose --about-box ./license_output/about-box_transitive.html --about-box-type desktop --transitive --year $(date \"+%Y\") --paos ./license_output/paos_transitive.csv",
"generate_license": "npm run lic_direct && npm run lic_transitive"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit d0ccc16

Please sign in to comment.