From ddbb9b501bdcf8e15e7e41b01b7f9a7338957563 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Thu, 19 Jan 2023 19:48:04 +1000 Subject: [PATCH] Fix syntax --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ef10f4d..1b2d5223 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dev": "vite --host", "build": "tsc && vite build", "preview": "vite preview", - "package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)", + "package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)" }, "repository": { "type": "git",