mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Lint fix
This commit is contained in:
parent
719480cf76
commit
7e346a56ff
@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Publish
|
||||
run: |
|
||||
PREVIEW_VERSION=7
|
||||
PREVIEW_VERSION=8
|
||||
VERSION=$(echo ${{github.ref}} | tail -c +20)-preview.$PREVIEW_VERSION
|
||||
echo $VERSION
|
||||
npm version --no-git-tag-version --allow-same-version $VERSION
|
||||
|
@ -54,7 +54,6 @@ import journeyDb from './diagrams/user-journey/journeyDb';
|
||||
import journeyRenderer from './diagrams/user-journey/journeyRenderer';
|
||||
import journeyParser from './diagrams/user-journey/parser/journey';
|
||||
import errorRenderer from './errorRenderer';
|
||||
import { configKeys } from './defaultConfig';
|
||||
|
||||
// import * as configApi from './config';
|
||||
// // , {
|
||||
|
Loading…
x
Reference in New Issue
Block a user