From 88cdb2974c7999a61ee2187ad509d9540c720aa2 Mon Sep 17 00:00:00 2001 From: corentin Date: Sun, 9 Apr 2023 15:18:48 +0200 Subject: [PATCH] Add dummy test script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 02cfa54..a99dcaa 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "start": "npx webpack --watch --mode development", "prepare": "npm run build", "prepublishOnly": "npm run build", - "lint": "eslint '**/*.{js,ts}' --fix" + "lint": "eslint '**/*.{js,ts}' --fix", + "test": "exit 0" }, "repository": { "type": "git",