mirror of
https://github.com/konvajs/konva.git
synced 2025-10-21 19:37:31 +08:00
import fixes
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
"scripts": {
|
||||
"start": "npm run test:watch",
|
||||
"compile": "npm run clean && npm run tsc && cp ./src/index-types.d.ts ./lib/index-types.d.ts && npm run rollup",
|
||||
"build": "npm run compile && cp ./src/index-types.d.ts ./lib && gulp build",
|
||||
"test:node:import": "node ./test/import-test.js",
|
||||
"build": "npm run compile && cp ./src/index-types.d.ts ./lib && gulp build && node ./rename-imports.js",
|
||||
"test:import": "node ./test/import-test.js",
|
||||
"test": "npm run test:browser && npm run test:node",
|
||||
"test:build": "parcel build ./test/unit-tests.html --dist-dir test-build --target none --public-url ./ --no-source-maps",
|
||||
"test:browser": "npm run test:build && mocha-headless-chrome -f ./test-build/unit-tests.html -a disable-web-security",
|
||||
@@ -66,6 +66,7 @@
|
||||
"@types/mocha": "^8.2.2",
|
||||
"canvas": "^2.7.0",
|
||||
"chai": "4.3.4",
|
||||
"filehound": "^1.17.4",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-connect": "^5.7.0",
|
||||
|
Reference in New Issue
Block a user