Add build alias

This commit is contained in:
proteriax 2021-07-22 10:52:24 -04:00
parent a2bbbd99ad
commit 6121d64756

View File

@ -5,6 +5,7 @@
"license": "MIT",
"scripts": {
"test": "mocha test/**/*.ts",
"build": "./scripts/build.js",
"postinstall": "mkdir -p lib; cd test/snapshots && ls | sed \"s/.*/'&'/\" | paste -sd '|' | sed -e \"s/^/export type Snapshot = /\" - > ../snapshots.d.ts"
},
"devDependencies": {