Skip to content

Commit

Permalink
0.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Nov 18, 2024
1 parent 6e6b3ee commit d77db3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"artifacts": "napi artifacts",
"build": "napi build --platform --release --pipe \"node ./scripts/fixFiles.js\"",
"build:debug": "napi build --platform --pipe \"node ./scripts/fixFiles.js\"",
"postbuild": "tsc lib/*.ts --declaration --outDir .",
"postbuild:debug": "tsc lib/*.ts --declaration --outDir .",
"postbuild": "tsc ./lib/*.ts --declaration --outDir .",
"postbuild:debug": "tsc ./lib/*.ts --declaration --outDir .",
"prepublishOnly": "napi prepublish -t npm",
"pretest": "node ./scripts/copyTestSchemas.js",
"test": "ava",
Expand Down

0 comments on commit d77db3d

Please sign in to comment.