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 2acbe10 commit f0ba663Copy full SHA for f0ba663
packages/async-storage/package.json
@@ -14,11 +14,10 @@
14
},
15
"scripts": {
16
"prepare": "yarn build",
17
- "build": "bob build",
18
- "build:watch": "watch 'yarn build' src",
+ "build": "del-cli lib && bob build",
+ "build:watch": "watch 'bob build' src",
19
"test:ts": "tsc --noEmit",
20
- "test:lint": "eslint src/*.{js,ts,tsx}",
21
- "clean": "del-cli android/build lib"
+ "test:lint": "eslint src/*.{js,ts,tsx}"
22
23
"files": [
24
"src",
0 commit comments