Skip to content

Commit 76157e8

Browse files
committed
Add rimraf
1 parent e68e5a1 commit 76157e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "dist/react-intl-native.js",
66
"jsnext:main": "dist/react-intl-native.es2015.js",
77
"scripts": {
8+
"prebuild": "rimraf dist",
89
"build": "rollup-babel-lib-bundler -f cjs,es6 src/index.js",
910
"prepublish": "in-publish && npm run build || not-in-publish",
1011
"lint": "eslint src",
@@ -73,6 +74,7 @@
7374
"nyc": "^6.1.1",
7475
"react-addons-test-utils": "^0.14.8",
7576
"react-dom": "^0.14.8",
77+
"rimraf": "^2.5.2",
7678
"rollup-babel-lib-bundler": "^2.5.5"
7779
}
7880
}

0 commit comments

Comments
 (0)