Skip to content

Commit

Permalink
chore(core): add release config
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandg7 committed Feb 24, 2021
1 parent d7c4d65 commit 9d261c3
Show file tree
Hide file tree
Showing 4 changed files with 2,612 additions and 87 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
"@nrwl/jest": "11.2.12",
"@nrwl/nx-plugin": "11.2.12",
"@nrwl/tao": "11.2.12",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/browser-sync": "^2.26.1",
"@types/camelcase-keys": "^5.1.1",
"@types/express": "^4.17.11",
Expand All @@ -98,6 +100,7 @@
"lint-staged": "^10.5.3",
"prettier": "2.2.1",
"pretty-quick": "^3.1.0",
"semantic-release": "^17.3.9",
"ts-jest": "26.4.0",
"ts-node": "~9.1.1",
"tslib": "^2.0.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/nx-shopify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"builders": "./builders.json",
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {}
"dependencies": {},
"publishConfig": {
"access": "public"
}
}
7 changes: 7 additions & 0 deletions workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
]
},
"outputs": ["{options.outputPath}"]
},
"release": {
"executor": "@nrwl/workspace:run-commands",
"options": {
"commands": ["nx build nx-shopify", "npx semantic-release"],
"parallel": false
}
}
}
},
Expand Down
Loading

0 comments on commit 9d261c3

Please sign in to comment.