Skip to content

Commit

Permalink
chore: clean up some config files
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 20, 2024
1 parent ce27d21 commit 79267ed
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 75 deletions.
71 changes: 0 additions & 71 deletions build.log

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"dev": "cross-env LOG_LEVEL=debug npm run dev:cli:watch run",
"build": "npm run build:scripts:cjs",
"build:docker": "npm run build:scripts:cjs && cross-env PKG_TARGET=linux-x64 npm run build:cli:localsandbox && mv ./dist/binary/localsandbox ./dist/binary/localsandbox-linux-amd64 && cross-env PKG_TARGET=linux-arm64 npm run build:cli:localsandbox && mv ./dist/binary/localsandbox ./dist/binary/localsandbox-linux-arm64",
"build:esm": "tsup --config ./tsup.esm.config.ts && resolve-tspaths --out ./dist/esm && shx cp ./package.esm.json ./dist/esm/package.json",
"build:cjs": "tsup --config ./tsup.cjs.config.ts && resolve-tspaths --out ./dist/cjs && shx cp ./package.cjs.json ./dist/cjs/package.json && renamer --find .d.cts --replace .d.ts ./dist/cjs/**/*.d.cts",
"build:scripts:cjs": "tsup --config ./tsup.scripts.cjs.config.ts && shx cp ./package.cli.json ./dist/scripts/cjs/package.json",
"build:esm": "tsup --config ./conf/tsup.esm.config.ts && resolve-tspaths --out ./dist/esm && shx cp ./conf/package.esm.json ./dist/esm/package.json",
"build:cjs": "tsup --config ./conf/tsup.cjs.config.ts && resolve-tspaths --out ./dist/cjs && shx cp ./conf/package.cjs.json ./dist/cjs/package.json && renamer --find .d.cts --replace .d.ts ./dist/cjs/**/*.d.cts",
"build:scripts:cjs": "tsup --config ./conf/tsup.scripts.cjs.config.ts && shx cp ./conf/package.cli.json ./dist/scripts/cjs/package.json",
"build:cli": "npm run build:scripts:cjs && npm run build:cli:localsandbox && npm run build:cli:azl",
"build:cli:localsandbox": "cross-env-shell pkg ./dist/scripts/cjs --out-path ./dist/binary -t node20-$PKG_TARGET --debug",
"build:cli:azl": "tsx ./scripts/build-azl-go.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"src/**/*.ts",
"test/**/*.ts",
"./vitest.config.ts",
"./tsup.*.ts",
"./conf/tsup.*.ts",
"./scripts/**/*.ts"
]
}

0 comments on commit 79267ed

Please sign in to comment.