From 5d2ae8d62dfd3421dfa7615a36761fcff3e5b826 Mon Sep 17 00:00:00 2001 From: commenthol Date: Tue, 26 Nov 2024 20:56:09 +0100 Subject: [PATCH] chore: reliably run postbuild script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d66c73e..fc38862 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "test": "test" }, "scripts": { - "all": "npm-run-all clean lint build test", + "all": "npm-run-all clean lint build postbuild test", "build": "rollup -c && cp scripts/rollup-fix/* lib", "postbuild": "node scripts/postbuild.cjs", "ci": "npm-run-all build test",