From 3ede0d65c96d0dd9f8afaba7774f8c298ab2df48 Mon Sep 17 00:00:00 2001 From: patrickkfkan Date: Wed, 14 Jun 2023 04:09:34 +0800 Subject: [PATCH] Fix scripts --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3cf081a..151533d 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,9 @@ "build:esm": "npx tsc -p tsconfig-esm.json", "build:cjs": "npx tsc -p tsconfig.json", "prepare": "rm -rf dist && npm run build:esm && npm run build:cjs && bash fixup.sh", - "lint": "npx eslint ./src && npx eslint ./example", + "lint": "npx eslint ./src && npx eslint ./examples", "lint:fix": "npx eslint ./src --fix && npx eslint ./examples --fix", - "doc": "npx typedoc", - "example": "npx ts-node -P ./tsconfig-esm.json --esm ./example" + "doc": "npx typedoc" }, "main": "./dist/cjs/index-cjs.js", "module": "./dist/mjs/index.js",