Skip to content

Commit

Permalink
fix: rename npm production script to match github action statement (D…
Browse files Browse the repository at this point in the history
…ynamoDS#220)

Co-authored-by: enzo707 <[email protected]>
  • Loading branch information
Enzo707 and EnzoBatistaU authored Apr 2, 2024
1 parent 6dc0add commit d495b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "cross-env NODE_ENV=production --mode=development webpack",
"bundle": "cross-env NODE_ENV=production --mode=production webpack",
"copy": "cp package.json dist/ && cp README.md dist/ && cp -r license_output dist/",
"prod": "npm run bundle && npm run copy",
"production": "npm run bundle && npm run copy",
"serve": "npm run dev & node ./index.js",
"lic_direct": "npx @adsk/adsk-npm-license-puller --path . --app-name 'librarieJS' --verbose --about-box ./license_output/about-box_direct.html --about-box-type desktop --year 2022 --paos ./license_output/paos_direct.csv",
"lic_transitive": "npx @adsk/adsk-npm-license-puller --path . --app-name 'librarieJS' --verbose --about-box ./license_output/about-box_transitive.html --about-box-type desktop --transitive --year 2022 --paos ./license_output/paos_transitive.csv",
Expand Down

0 comments on commit d495b62

Please sign in to comment.