Skip to content

Commit

Permalink
chore(common/web): cleanup per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Jun 9, 2023
1 parent 77fc750 commit 9aea971
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/web/tslib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ builder_parse "$@"

builder_run_action configure verify_npm_setup
builder_run_action clean rm -rf build/
builder_run_action build tsc --build "$THIS_SCRIPT_PATH/tsconfig.json"
builder_run_action build tsc --build
9 changes: 6 additions & 3 deletions common/web/tslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
"description": "An ES5 + esbuild-compatible wrapper for the 'tslib' library",
"main": "./build/index.js",
"scripts": {
"build": "gosh ./build.sh",
"clean": "tsc -b --clean",
"tsc": "tsc"
"build": "gosh ./build.sh build",
"clean": "gosh ./build.sh clean"
},
"dependencies": {
"tslib": "^2.5.2",
"typescript": "^4.9.5"
},
"devDependencies": {
"@keymanapp/resources-gosh": "*",
"esbuild": "^0.15.16"
},
"type": "module"
}
5 changes: 4 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9aea971

Please sign in to comment.