import fixes

This commit is contained in:
Anton Lavrenov
2021-05-09 07:22:41 -05:00
parent 8f8f467919
commit 5dbaeb8e2e
4 changed files with 1380 additions and 1417 deletions

View File

@@ -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",