Skip to content

Commit a2dcaf2

Browse files
committed
feat: implement CI
BREAKING CHANGE: breaking change to release beta ona as v3 BREAKING CHANGE: v3
1 parent e8d38f4 commit a2dcaf2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.circleci/config.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ jobs:
77
- checkout
88
- run:
99
name: install
10-
command: npm install
10+
command: npm install
11+
- run:
12+
name: 'build React95'
13+
command: npm run build
14+
- run:
15+
name: release
16+
command: npm run semantic-release || true

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"scripts": {
2626
"storybook": "start-storybook -p 9009 -s public",
2727
"build:storybook": "build-storybook -s public -o ./docs",
28-
"prepublishOnly": "npm run release",
29-
"release": "npm run build:prod",
28+
"build": "npm run build:prod",
3029
"build:dev": "cross-env NODE_ENV=development rollup -c",
3130
"build:prod": "cross-env NODE_ENV=production rollup -c",
3231
"test": "jest",

0 commit comments

Comments
 (0)