We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6382c9e commit 92e0112Copy full SHA for 92e0112
package.json
@@ -5,8 +5,8 @@
5
"description": "Acode is a code editor for android",
6
"scripts": {
7
"lang": "node ./utils/lang.js",
8
- "build": "node scripts/build.js",
9
- "clean": "sh scripts/gradlew-link clean",
+ "build": "biome check --write && biome lint --write && node scripts/build.js",
+ "clean": "sh scripts/gradlew-link clean && rm -rf www/js/build && rm -rf www/css/build",
10
"plugin": "sh utils/scripts/plugin.sh",
11
"setup": "npx cap sync",
12
"sync": "npx cap sync && node scripts/postSync.js",
@@ -117,4 +117,4 @@
117
"yargs": "^17.7.2"
118
},
119
"browserslist": "cover 100%,not android < 5"
120
-}
+}
0 commit comments