mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 13:26:07 +08:00
several fixes
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"full-build": "npm run build && npm t",
|
||||
"test": "mocha-headless-chrome -f ./test/runner.html -a disable-web-security",
|
||||
"prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote",
|
||||
"tsc": "tsc || echo \"tsc faild for some file(s).\"",
|
||||
"tsc": "tsc -d --declarationDir ./types --removeComments --noEmit || echo \"tsc faild for some file(s).\"",
|
||||
"rollup": "rollup -c",
|
||||
"compile": "npm run tsc && npm run rollup",
|
||||
"watch": "rollup -c -w"
|
||||
|
||||
Reference in New Issue
Block a user