Skip to content

Commit 8abd9cb

Browse files
committed
package.json: also clean the service build dir
1 parent 4394163 commit 8abd9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"package": "ares-package dist/ -e enyo-ilib",
1111
"deploy": "ares-install org.webosbrew.hyperion.ng.loader_${npm_package_version}_all.ipk",
1212
"launch": "ares-launch org.webosbrew.hyperion.ng.loader",
13-
"clean": "rm -rf dist/",
13+
"clean": "rm -rf dist/ service/build/",
1414
"lint": "eslint .",
1515
"build-local": "npm-run-all --serial build-local:**",
1616
"build-local:frontend": "enyo pack",

0 commit comments

Comments
 (0)