2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

feat: add ability to publish pre alpha versions in PR #234 (#235)

* feat: add ability to prepublish canary versions

* fix: ci

* fix: pr comment

* fix: ci pr

* fix: ci pr env

* fix: github env name

* fix: github file ignoring

* fix: yml syntax

* fix: codeql

* fix: syntax error

* fix: pnpm version

* fix: remove node 16.x support

* fix: workspace name

* fix: workspace pnpm

* fix: workspace with pnpm

* ci: changeset publish

* ci: changeset pr name

* ci: pr

* ci: fix pr.yml

* ci: fix pr.yml workspaces

* ci: fix steps order in pr.yml

* ci: fix pr publish error

* ci: fix npm publish tag to alpha

* ci: npm publish tag

* ci: npm publish tag

* ci: fix tag with PR number
This commit is contained in:
Nikolay Kost
2024-06-25 22:27:42 +03:00
committed by GitHub
parent c1275138e5
commit f87822f3a3
12 changed files with 12013 additions and 10189 deletions
+17 -8
View File
@@ -25,10 +25,14 @@
},
"license": "MIT",
"devDependencies": {
"@bbob/scripts": "*",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@nx/eslint": "18.3.3",
"@nx/jest": "18.3.3",
"@nx/rollup": "18.3.3",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
@@ -38,6 +42,9 @@
"@swc/jest": "0.2.36",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "6.1.2",
"@types/jest": "29.5.3",
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"bundlesize2": "0.0.31",
"cross-env": "7.0.3",
"eslint": "7.32.0",
@@ -60,14 +67,7 @@
"rollup-plugin-gzip": "3.1.0",
"rollup-plugin-swc3": "0.11.0",
"size-limit": "11.0.1",
"typescript": "5.1.6",
"@types/node": "20.4.5",
"@types/jest": "29.5.3",
"@types/react": "18.2.18",
"@nx/eslint": "18.3.3",
"@nx/rollup": "18.3.3",
"@nx/jest": "18.3.3",
"@bbob/scripts": "*"
"typescript": "5.1.6"
},
"publishConfig": {
"access": "public",
@@ -114,7 +114,16 @@
}
}
},
"workspaces": [
"packages/*",
"examples/*",
"scripts",
"benchmark"
],
"nx": {
"includedScripts": []
},
"dependencies": {
"dedent": "1.5.3"
}
}