From 470f2cf37b7f2e9f1a0fee4c80fb6c02a676c0d7 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 20 Jun 2019 14:52:29 +0800 Subject: [PATCH] Add prepare script. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b060929e..610a01d2 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "unpkg": "dist/formatter.js", "typings": "dist/index.d.ts", "scripts": { + "prepare": "npm run build", "test": "jest --coverage", "test:watch": "jest --watch", "build": "rollup -c",