update destination folder

this is a regression from renaming the 'editor' folder to 'settings'
This commit is contained in:
Enrico Giordani
2019-10-08 09:11:46 +02:00
committed by Enrico Giordani
parent b50df5afe1
commit 6bea03fee9

View File

@@ -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",