We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a0e8b commit 9379580Copy full SHA for 9379580
.circleci/config.yml
@@ -43,6 +43,6 @@ workflows:
43
branches:
44
ignore: /.*/
45
tags:
46
- only: /v[0-9]+(\.[0-9]+)*/
+ only: /v[0-9]+(\.[0-9]+)(-rc[0-9]+)?*/
47
requires:
48
- test
package.json
@@ -29,7 +29,6 @@
29
"jest": "jest --no-cache --maxWorkers=4 --config config/jest/default.js",
30
"lint": "npm run lint:js",
31
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
32
- "prepack": "npm run build",
33
"test": "npm run lint && npm run jest"
34
},
35
"version": "0.3.7",
0 commit comments