From 6bea03fee956e6967d4d20b82c1abab28a9b4692 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Tue, 8 Oct 2019 09:11:46 +0200 Subject: [PATCH] update destination folder this is a regression from renaming the 'editor' folder to 'settings' --- src/settings-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings-web/package.json b/src/settings-web/package.json index f308a31f95..c6311d517c 100644 --- a/src/settings-web/package.json +++ b/src/settings-web/package.json @@ -14,7 +14,7 @@ "scripts": { "just": "just-scripts", "clean": "rimraf build lib lib-commonjs && just-scripts clean", - "build": "rimraf build && just-scripts build --min --production && cp index.html build && react-snap && cp -r build/* ../editor/settings-html", + "build": "rimraf build && just-scripts build --min --production && cp index.html build && react-snap && cp -r build/* ../settings/settings-html", "test": "just-scripts test", "test:update": "just-scripts jest -u", "test:start": "just-scripts start-test",