mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Minor change to package.json scripts
This commit is contained in:
parent
64b5880444
commit
973f5b2591
@ -20,7 +20,7 @@
|
||||
"watch": "yarn build -- --watch",
|
||||
"release": "yarn build -- -p --config webpack.config.prod.js",
|
||||
"upgrade": "yarn-upgrade-all && yarn remove d3 && yarn add d3@3.5.17",
|
||||
"lint": "node_modules/.bin/standard",
|
||||
"lint": "standard",
|
||||
"karma": "node -r babel-register node_modules/.bin/karma start karma.conf.js --single-run",
|
||||
"tape": "node -r babel-register node_modules/.bin/tape test/cli_test-*.js",
|
||||
"test": "yarn lint && yarn tape && yarn karma",
|
||||
|
Loading…
x
Reference in New Issue
Block a user