Skip to content

Commit

Permalink
Revision 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Dec 2, 2023
1 parent 069837e commit 68a2221
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hammer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function build(target = 'target/build') {
// -------------------------------------------------------------------------------
// Install
// -------------------------------------------------------------------------------
export async function install() {
export async function install_local() {
await clean()
await build('target/typebox')
await folder('node_modules').add('target/typebox')
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"test:typescript": "hammer task test_typescript",
"test:static": "hammer task test_static",
"test:runtime": "hammer task test_runtime",
"install:local": "hammer task install_local",
"benchmark": "hammer task benchmark",
"install": "hammer task install",
"build": "hammer task build",
"test": "hammer task test",
"clean": "hammer task clean",
Expand Down

0 comments on commit 68a2221

Please sign in to comment.