From 6121d64756df5db9dcdd87cde09690c5bf9bff63 Mon Sep 17 00:00:00 2001 From: proteriax <8125011+proteriax@users.noreply.github.com> Date: Thu, 22 Jul 2021 10:52:24 -0400 Subject: [PATCH] Add build alias --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4d81235..7bc1463 100644 --- a/package.json +++ b/package.json @@ -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": {