Skip to content

Commit f0ba663

Browse files
committed
async-storage: scripts
1 parent 2acbe10 commit f0ba663

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/async-storage/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
},
1515
"scripts": {
1616
"prepare": "yarn build",
17-
"build": "bob build",
18-
"build:watch": "watch 'yarn build' src",
17+
"build": "del-cli lib && bob build",
18+
"build:watch": "watch 'bob build' src",
1919
"test:ts": "tsc --noEmit",
20-
"test:lint": "eslint src/*.{js,ts,tsx}",
21-
"clean": "del-cli android/build lib"
20+
"test:lint": "eslint src/*.{js,ts,tsx}"
2221
},
2322
"files": [
2423
"src",

0 commit comments

Comments
 (0)