diff --git a/.gitignore b/.gitignore index 30bc162..913cd78 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/node_modules \ No newline at end of file +/node_modules/ +/dist/ \ No newline at end of file diff --git a/package.json b/package.json index eab8819..f6eed97 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { - "build": "tsc" + "build": "tsc", + "prepare": "tsc" }, "keywords": [ "esm",