mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
chore: Update some things to make a single export?
This commit is contained in:
10
Makefile
10
Makefile
@@ -13,8 +13,16 @@ buildOutput: lib/test/output.ts fmt
|
||||
echo 'done'
|
||||
|
||||
|
||||
bundle: clean $(TS_FILES) package.json .FORCE node_modules test fmt
|
||||
bundle: $(TS_FILES) package.json .FORCE node_modules test fmt
|
||||
npx tsc
|
||||
npx tsc --project tsconfig-cjs.json
|
||||
cp package.json dist/package.json
|
||||
cp README.md dist/README.md
|
||||
cp LICENSE dist/LICENSE
|
||||
|
||||
full-bundle:
|
||||
make clean
|
||||
make bundle
|
||||
cp package.json dist/package.json
|
||||
cp README.md dist/README.md
|
||||
cp LICENSE dist/LICENSE
|
||||
|
||||
Reference in New Issue
Block a user