@axe-core/watcher 4.1.0-next.6322f4d4 → 4.1.0-next.6942ae62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/watcher",
|
|
3
|
-
"version": "4.1.0-next.
|
|
3
|
+
"version": "4.1.0-next.6942ae62",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"exports": {
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "tsc --removeComments && tsc --declaration --emitDeclarationOnly && cp src/utils/sync-fetch-worker.mjs dist/utils/",
|
|
58
58
|
"test": "mocha 'src/**/*.test.ts' --exit",
|
|
59
|
-
"pretest:e2e": "
|
|
59
|
+
"pretest:e2e": "pnpm run copy-extension",
|
|
60
60
|
"test:e2e": "mocha 'e2e/*.test.ts'",
|
|
61
61
|
"test:proxy": "mocha proxy-tests/proxy.test.ts --timeout 30000 --exit",
|
|
62
62
|
"serve:e2e": "ts-node e2e/Server.ts",
|
|
63
|
-
"coverage": "nyc
|
|
63
|
+
"coverage": "nyc pnpm test",
|
|
64
64
|
"copy-extension-license-file": "cp ../../extension/EXTENSION-LICENSES-3RD-PARTY.md .",
|
|
65
|
-
"copy-extension": "rimraf extension; cp -r ../../extension/dist extension;
|
|
65
|
+
"copy-extension": "rimraf extension; cp -r ../../extension/dist extension; pnpm run copy-extension-license-file",
|
|
66
66
|
"dev": "tsc -w"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|