Skip to content

Commit

Permalink
Added prepublish build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
n8allan committed Feb 24, 2024
1 parent 48a23f5 commit e3aed6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digitree",
"version": "0.9.1",
"version": "0.9.2",
"target": "module",
"description": "Lightweight B+Tree implementation in TypeScript",
"main": "./dist/index.js",
Expand All @@ -10,7 +10,8 @@
"scripts": {
"clean": "rm -rf dist/",
"build": "npm run clean && tsc -p tsconfig.build.json",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest ."
"test": "NODE_OPTIONS='--experimental-vm-modules' jest .",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e3aed6f

Please sign in to comment.