Skip to content

Commit 1d73428

Browse files
committed
package.json: rm xpack-dev-tools-build/*
1 parent 886242b commit 1d73428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"npm-version-minor": "npm version minor",
8787
"deep-clean": [
8888
"rm -rf build xpacks node_modules package-lock.json",
89-
"rm -rf ${HOME}/Work/{{ properties.appLcName }}-[0-9]*-*"
89+
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{ properties.appLcName }}-[0-9]*-*"
9090
],
9191
"install": [
9292
"npm install",
@@ -159,7 +159,7 @@
159159
"actions": {
160160
"deep-clean": [
161161
"rm -rf {{ properties.buildFolderRelativePathPosix }}",
162-
"rm -rf ${HOME}/Work/{{ properties.appLcName }}-[0-9]*-*/{{ configuration.name }}"
162+
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{ properties.appLcName }}-[0-9]*-*/{{ configuration.name }}"
163163
],
164164
"install": "xpm install --config {{ configuration.name }}"
165165
}

0 commit comments

Comments
 (0)