mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
fixes
This commit is contained in:
parent
8cbc468ac8
commit
8535b19da9
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "node ./dist/test",
|
||||
"cdn:bundle:.js": "simplifyify dist/index.js -s #{REPO_NAME}# -o dist/bundle.js --debug --bundle",
|
||||
"cdn:bundle:.js": "simplifyify dist/index.js -s #{REPO_NAME_NO_DASHES}# -o dist/bundle.js --debug --bundle",
|
||||
"cdn:bundle:.min.js": "terser dist/bundle.js -cmo dist/bundle.min.js",
|
||||
"cdn:bundle": "npm run cdn:bundle:.js && npm run cdn:bundle:.min.js",
|
||||
"cdn:esm": "tsc -p tsconfig.esm.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue