mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
chore: add standard-version and release scripts
This commit is contained in:
Generated
+2887
File diff suppressed because it is too large
Load Diff
+3
-1
@@ -3,7 +3,8 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Github Actions for Magento 2",
|
"description": "Github Actions for Magento 2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "cd supported-version && npm run test && cd -"
|
"test": "cd supported-version && npm run test && cd -",
|
||||||
|
"release": "standard-version"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -24,6 +25,7 @@
|
|||||||
"@types/node": "^18.6.4",
|
"@types/node": "^18.6.4",
|
||||||
"esbuild": "^0.14.53",
|
"esbuild": "^0.14.53",
|
||||||
"jest": "^28.1.3",
|
"jest": "^28.1.3",
|
||||||
|
"standard-version": "^9.5.0",
|
||||||
"ts-jest": "^28.0.7",
|
"ts-jest": "^28.0.7",
|
||||||
"typescript": "^4.7.4"
|
"typescript": "^4.7.4"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user