We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95df259 commit 0584a98Copy full SHA for 0584a98
packages/analytics-client/package.json
@@ -23,8 +23,12 @@
23
"build:types": "tsc --project tsconfig.json --emitDeclarationOnly --outDir dist/types",
24
"build:clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo",
25
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo",
26
+ "test": "echo N/A",
27
+ "test:unit": "echo N/A",
28
+ "allow-scripts": "echo N/a",
29
"lint": "yarn lint:eslint && yarn lint:misc --check",
30
"lint:eslint": "eslint . --cache --ext js,ts",
31
+ "lint:changelog": "echo na",
32
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
33
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path ../../.gitignore",
34
"typecheck": "tsc --noEmit"
0 commit comments