mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
settings-web: use Windows build-in commands (#1019)
This commit is contained in:
parent
f651e10684
commit
5a7f022e40
@ -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 *.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:update": "just-scripts jest -u",
|
||||
"test:start": "just-scripts start-test",
|
||||
|
Loading…
Reference in New Issue
Block a user