|
|
@ -33,7 +33,7 @@
|
|
|
|
"prepare": "husky install",
|
|
|
|
"prepare": "husky install",
|
|
|
|
"lint": "eslint --ext .ts,.tsx,.js --ignore-path .gitignore .",
|
|
|
|
"lint": "eslint --ext .ts,.tsx,.js --ignore-path .gitignore .",
|
|
|
|
"unit": "cross-env FILES_PATTERN=\"test/unit/*.ts,test/unit/*.tsx\" karma start karma.conf.js",
|
|
|
|
"unit": "cross-env FILES_PATTERN=\"test/unit/*.ts,test/unit/*.tsx\" karma start karma.conf.js",
|
|
|
|
"benchmark": "cross-env FILES_PATTERN=\"test-bundles/benchmark/**/*.js\" karma start karma.conf.cjs --concurrency=1",
|
|
|
|
"benchmark": "cross-env FILES_PATTERN=\"test-bundles/benchmark/**/*.js\" karma start karma.conf.js --concurrency=1",
|
|
|
|
"release": "release-it",
|
|
|
|
"release": "release-it",
|
|
|
|
"test:ci": "npm test && cross-env ES5=true npm run unit",
|
|
|
|
"test:ci": "npm test && cross-env ES5=true npm run unit",
|
|
|
|
"test": "npm run build && npm run lint && npm run unit"
|
|
|
|
"test": "npm run build && npm run lint && npm run unit"
|
|
|
|