Skip to content

Commit b3fe578

Browse files
committed
chore: Add stub build script.
1 parent 358582a commit b3fe578

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,19 @@
2222
"main": "src/index.js",
2323
"types": "src/index.d.ts",
2424
"scripts": {
25+
"build": "exit 0",
2526
"commit": "git-cz",
2627
"format": "prettier --write --list-different ./src/*.js",
2728
"prepare": "git submodule update --init --recursive",
2829
"semantic-release": "semantic-release",
2930
"test": "yarn run format && yarn run test:jest",
3031
"test:jest": "jest ./src/*.js"
3132
},
33+
"config": {
34+
"commitizen": {
35+
"path": "node_modules/cz-conventional-changelog"
36+
}
37+
},
3238
"devDependencies": {
3339
"@babel/core": "^7.1.6",
3440
"babel-jest": "^23.6.0",
@@ -48,10 +54,5 @@
4854
"prop-types": "*",
4955
"react": "*",
5056
"react-native": "*"
51-
},
52-
"config": {
53-
"commitizen": {
54-
"path": "node_modules/cz-conventional-changelog"
55-
}
5657
}
5758
}

0 commit comments

Comments
 (0)