Skip to content

Commit

Permalink
Add postinstall build for submodule use
Browse files Browse the repository at this point in the history
  • Loading branch information
whscullin committed Nov 22, 2023
1 parent 208e761 commit 4e1031d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -8,6 +8,7 @@
"clean": "tsc --build clean",
"docs": "npx typedoc --excludePrivate js",
"lint": "eslint js test",
"postinstall": "npm run build",
"test": "jest"
},
"repository": {
Expand Down Expand Up @@ -36,4 +37,4 @@
"typedoc": "^0.25.1",
"typescript": "^5.1.6"
}
}
}

0 comments on commit 4e1031d

Please sign in to comment.