We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d38f4 commit a2dcaf2Copy full SHA for a2dcaf2
.circleci/config.yml
@@ -7,4 +7,10 @@ jobs:
7
- checkout
8
- run:
9
name: install
10
- command: npm install
+ command: npm install
11
+ - run:
12
+ name: 'build React95'
13
+ command: npm run build
14
15
+ name: release
16
+ command: npm run semantic-release || true
package.json
@@ -25,8 +25,7 @@
25
"scripts": {
26
"storybook": "start-storybook -p 9009 -s public",
27
"build:storybook": "build-storybook -s public -o ./docs",
28
- "prepublishOnly": "npm run release",
29
- "release": "npm run build:prod",
+ "build": "npm run build:prod",
30
"build:dev": "cross-env NODE_ENV=development rollup -c",
31
"build:prod": "cross-env NODE_ENV=production rollup -c",
32
"test": "jest",
0 commit comments