Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8907e58

Browse files
committedDec 26, 2017
yeah V2
1 parent 84c7e27 commit 8907e58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-perf-devtool",
3-
"version": "3.0.0-beta11",
3+
"version": "3.0.0",
44
"description": "A devtool for inspecting the performance of React Components",
55
"main": "src/npm/index.js",
66
"files": ["src"],
@@ -33,7 +33,9 @@
3333
"precommit": "lint-staged",
3434
"format":
3535
"find src -name '*.js' | xargs ./node_modules/.bin/prettier --write --no-semi --single-quote",
36-
"generate": "yarn build && zip -r extension.zip ./extension"
36+
"generate":
37+
"yarn build && rm -rf ./extension/extension.zip && zip -r ./extension/extension.zip ./extension",
38+
"build:extension": "yarn format && yarn test && yarn generate"
3739
},
3840
"lint-staged": {
3941
"*.{js,json}": [

0 commit comments

Comments
 (0)
Please sign in to comment.