From cb535c13910560271a753166a4eecc13d9a61bd5 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Thu, 20 Feb 2020 12:24:06 +0300 Subject: [PATCH] fix: missing `options.json` file --- 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",