Skip to content

Commit 0584a98

Browse files
committed
fix: pipeline
1 parent 95df259 commit 0584a98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/analytics-client/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@
2323
"build:types": "tsc --project tsconfig.json --emitDeclarationOnly --outDir dist/types",
2424
"build:clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo",
2525
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo",
26+
"test": "echo N/A",
27+
"test:unit": "echo N/A",
28+
"allow-scripts": "echo N/a",
2629
"lint": "yarn lint:eslint && yarn lint:misc --check",
2730
"lint:eslint": "eslint . --cache --ext js,ts",
31+
"lint:changelog": "echo na",
2832
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
2933
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path ../../.gitignore",
3034
"typecheck": "tsc --noEmit"

0 commit comments

Comments
 (0)