mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-19 08:16:42 +02:00
testing
This commit is contained in:
18
.github/workflows/alpha-release-build.yml
vendored
18
.github/workflows/alpha-release-build.yml
vendored
@@ -24,25 +24,13 @@ jobs:
|
|||||||
- name: Install Packages
|
- name: Install Packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: yarn build
|
|
||||||
|
|
||||||
#- name: Test
|
|
||||||
# run: yarn test
|
|
||||||
|
|
||||||
#- name: E2E Test
|
|
||||||
# run: yarn e2e
|
|
||||||
|
|
||||||
#- name: E2E Test
|
|
||||||
# run: yarn e2e
|
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
# VERSION=$(echo ${{github.ref}} | tail -c +20)
|
# VERSION=$(echo ${{github.ref}} | tail -c +20)-preview
|
||||||
VERSION=8.4.0
|
VERSION=8.4.0-preview
|
||||||
echo $VERSION
|
echo $VERSION
|
||||||
npm version --no-git-tag-version --allow-same-version $VERSION
|
npm version --no-git-tag-version --allow-same-version $VERSION
|
||||||
npm set //npm.pkg.github.com/:_authToken $GITHUB_TOKEN
|
npm set //npm.pkg.github.com/:_authToken $GITHUB_TOKEN
|
||||||
npm set registry https://npm.pkg.github.com/knsv
|
npm set registry https://npm.pkg.github.com/knsv
|
||||||
npm publish --tag alpha --dry-run
|
npm publish --dry-run
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mermaid",
|
"name": "mermaid",
|
||||||
"version": "8.4.0",
|
"version": "8.4.0-preview",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mermaid",
|
"name": "mermaid",
|
||||||
"version": "8.4.0",
|
"version": "8.4.0-preview",
|
||||||
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
||||||
"main": "dist/mermaid.core.js",
|
"main": "dist/mermaid.core.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Reference in New Issue
Block a user