File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
"build" : " cross-env NODE_ENV=production --mode=development webpack" ,
11
11
"bundle" : " cross-env NODE_ENV=production --mode=production webpack" ,
12
12
"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" ,
14
14
"serve" : " npm run dev & node ./index.js" ,
15
15
"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" ,
16
16
"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" ,
You can’t perform that action at this time.
0 commit comments