Skip to content

Commit

Permalink
Try run as npx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 10, 2023
1 parent 806621e commit 0207011
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 @@ -17,7 +17,7 @@
"pretest": "tsc",
"typecheck": "tsc --noEmit",
"uglify": "uglifyjs dist/servicestack-client.umd.js --compress --mangle -o dist/servicestack-client.min.js",
"uglify-mjs": "npx uglify-js -y dist/servicestack-client.mjs --compress --mangle -o dist/servicestack-client.min.mjs",
"uglify-mjs": "npx -y uglify-js dist/servicestack-client.mjs --compress --mangle -o dist/servicestack-client.min.mjs",
"mjs": "tsc -p tsconfig.mjs.json && shx mv dist/index.js dist/servicestack-client.mjs && npm run uglify-mjs",
"publish": "tsc && npm run mjs && tsc -p tsconfig.umd.json && shx mv dist/index.js dist/servicestack-client.umd.js && bash inject-umd.sh && npm run uglify && shx mv src/index.js dist && shx cp src/index.d.ts dist",
"dtos": "cd tests/dtos && typescript-ref",
Expand Down

0 comments on commit 0207011

Please sign in to comment.