From 41d6264e44e2963deab37379a34d8ad8a1140d99 Mon Sep 17 00:00:00 2001 From: Evilebot Tnawi Date: Thu, 20 Feb 2020 12:30:50 +0300 Subject: [PATCH] fix: missing `options.json` file (#589) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 950372276..bd06e2518 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint:js": "eslint --cache src test", "lint": "npm-run-all -l -p \"lint:**\"", "prepare": "npm run build", - "build": "del dist && babel src -d dist", + "build": "del dist && babel src -d dist --copy-files", "release": "standard-version", "security": "npm audit", "test:only": "cross-env NODE_ENV=test jest",