Skip to content

Commit 78dc602

Browse files
committed
chore: update build scripts and version to 2.1.0-alpha.0
1 parent b615521 commit 78dc602

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
"lint": "eslint \"**/*.{js,ts,tsx}\"",
4242
"docs": "typedoc",
4343
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
44-
"prepare": "yarn add_build_info; yarn bob build",
44+
"prebuild": "yarn add_build_info",
45+
"build": "yarn add_build_info && yarn bob build",
46+
"prepare": "yarn build",
4547
"release": "release-it"
4648
},
4749
"keywords": [

src/itblBuildInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
* It contains the version of the package
44
*/
55
export const buildInfo = {
6-
version: '2.0.2',
6+
version: '2.1.0-alpha.0',
77
};

0 commit comments

Comments
 (0)