diff --git a/package.json b/package.json index 944a248..1f14dcc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "Kerim Satirli & Jenna Goldstrich ", "main": "dist/index.js", "scripts": { - "build": "tsc && ncc build", + "build": "tsc && ncc build --no-cache", "fmt": "prettier --write 'src/*.ts'", "copywrite": "copywrite headers && copywrite license" },