Skip to content

Commit f958bbd

Browse files
committed
fix: rename npm production script to match github action statement
1 parent 6dc0add commit f958bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "cross-env NODE_ENV=production --mode=development webpack",
1111
"bundle": "cross-env NODE_ENV=production --mode=production webpack",
1212
"copy": "cp package.json dist/ && cp README.md dist/ && cp -r license_output dist/",
13-
"prod": "npm run bundle && npm run copy",
13+
"production": "npm run bundle && npm run copy",
1414
"serve": "npm run dev & node ./index.js",
1515
"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",
1616
"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",

0 commit comments

Comments
 (0)