Skip to content

Commit

Permalink
rename config file
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 1, 2023
1 parent acb04f6 commit 832d9a1
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -19,7 +19,7 @@
"clean": "rm -rf dist build package",
"ts-node": "ts-node",
"docs": "typedoc --exclude '**/transport_*.ts' --exclude '**/*.test.ts' --exclude '**/*+(utils|json|codes|browser).ts' --excludePrivate --excludeInternal --entryPoints src/*.ts",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:cjs": "tsc -p tsconfig.json",
"build:esm": "tsc -p tsconfig.esm.json",
"build": "yarn build:cjs && yarn build:esm",
"build-all": "yarn clean && yarn build:cjs && yarn build:esm && yarn build-browser && yarn build-browser-protobuf",
Expand Down
File renamed without changes.

0 comments on commit 832d9a1

Please sign in to comment.