We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4394163 commit 8abd9cbCopy full SHA for 8abd9cb
package.json
@@ -10,7 +10,7 @@
10
"package": "ares-package dist/ -e enyo-ilib",
11
"deploy": "ares-install org.webosbrew.hyperion.ng.loader_${npm_package_version}_all.ipk",
12
"launch": "ares-launch org.webosbrew.hyperion.ng.loader",
13
- "clean": "rm -rf dist/",
+ "clean": "rm -rf dist/ service/build/",
14
"lint": "eslint .",
15
"build-local": "npm-run-all --serial build-local:**",
16
"build-local:frontend": "enyo pack",
0 commit comments