mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
settings-web: use Windows build-in commands (#1019)
This commit is contained in:
committed by
GitHub
parent
f651e10684
commit
5a7f022e40
@@ -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 *.html build && react-snap && cp -r build/* ../settings/settings-html",
|
"build": "rimraf build && just-scripts build --min --production && copy *.html build && react-snap && xcopy build\\* ..\\settings\\settings-html /sy",
|
||||||
"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