mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
update destination folder
this is a regression from renaming the 'editor' folder to 'settings'
This commit is contained in:
committed by
Enrico Giordani
parent
b50df5afe1
commit
6bea03fee9
@@ -14,7 +14,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"just": "just-scripts",
|
"just": "just-scripts",
|
||||||
"clean": "rimraf build lib lib-commonjs && just-scripts clean",
|
"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": "just-scripts test",
|
||||||
"test:update": "just-scripts jest -u",
|
"test:update": "just-scripts jest -u",
|
||||||
"test:start": "just-scripts start-test",
|
"test:start": "just-scripts start-test",
|
||||||
|
|||||||
Reference in New Issue
Block a user