Skip to content

Commit

Permalink
Merge pull request #24 from mansona/add-prepare-script
Browse files Browse the repository at this point in the history
add a prepare script to make sure it builds
  • Loading branch information
ef4 committed Apr 16, 2024
2 parents e157872 + 47f8063 commit cac3f3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"lint": "tsc",
"start": "tsup --watch",
"test": "node --experimental-vm-modules node_modules/qunit/bin/qunit.js --require @swc-node/register tests/*-test.ts",
"typecheck": "tsc"
"typecheck": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"@babel/plugin-syntax-decorators": "^7.23.3",
Expand Down

0 comments on commit cac3f3b

Please sign in to comment.