mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
fix: support before exec unit build g6
This commit is contained in:
parent
96e536df76
commit
9b05694fe3
6
.gitignore
vendored
6
.gitignore
vendored
@ -76,6 +76,6 @@ lib
|
||||
public
|
||||
|
||||
# 忽略三个 webworker Layout 的单测,因为找不到build/g6
|
||||
web-worker-spec.js
|
||||
force-web-worker-spec.js
|
||||
circular-web-worker-spec.js
|
||||
# web-worker-spec.js
|
||||
# force-web-worker-spec.js
|
||||
# circular-web-worker-spec.js
|
@ -110,7 +110,7 @@
|
||||
"lint-fix": "eslint --ext .html,.js --fix ./",
|
||||
"prepublishOnly": "npm run build-lib && npm run build",
|
||||
"screenshot": "node ./bin/screenshot.js",
|
||||
"test": "torch --compile --renderer --opts test/mocha.opts --recursive ./test/unit",
|
||||
"test": "npm run build && torch --compile --renderer --opts test/mocha.opts --recursive ./test/unit",
|
||||
"test-live": "torch --compile --interactive --watch --opts test/mocha.opts --recursive ./test/unit",
|
||||
"test-live-shape": "torch --compile --interactive --watch --opts test/mocha.opts --recursive ./test/unit/shape/nodes/modelRect-spec.js",
|
||||
"test-live-util": "torch --compile --interactive --watch --opts test/mocha.opts --recursive ./test/unit/shape/edge-spec.js",
|
||||
|
Loading…
Reference in New Issue
Block a user