|
1 | 1 | {
|
2 | 2 | "name": "graphql-codegen-typescript-mock-data",
|
3 |
| - "version": "0.0.1-beta", |
| 3 | + "version": "0.0.3-beta", |
4 | 4 | "description": "GraphQL Codegen plugin for building mock data",
|
5 | 5 | "main": "dist/commonjs/index.js",
|
6 | 6 | "module": "dist/esnext/index.js",
|
|
33 | 33 | "@types/jest": "^24.0.19",
|
34 | 34 | "@typescript-eslint/eslint-plugin": "^1.4.2",
|
35 | 35 | "@typescript-eslint/parser": "^1.4.2",
|
36 |
| - "auto": "^7.12.3", |
37 | 36 | "eslint": "6.0.0",
|
38 | 37 | "eslint-config-landr": "0.1.0",
|
39 | 38 | "eslint-config-prettier": "^4.1.0",
|
|
51 | 50 | "scripts": {
|
52 | 51 | "build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs",
|
53 | 52 | "test": "jest",
|
54 |
| - "version": "yarn version `auto version` -m 'Bump version to: %s [skip ci]'", |
55 |
| - "publish": "yarn publish && git push --follow-tags --set-upstream origin $branch", |
56 |
| - "release": "auto changelog && yarn version && yarn publish && auto release" |
| 53 | + "auto:version": "yarn version --`auto version` -m 'Bump version to: %s [skip ci]'", |
| 54 | + "auto:publish": "yarn publish && git push --follow-tags --set-upstream origin $CIRCLE_BRANCH", |
| 55 | + "release": "auto changelog && yarn auto:version && yarn auto:publish && auto release" |
57 | 56 | },
|
58 | 57 | "files": [
|
59 | 58 | "dist/**/*",
|
|
0 commit comments