Skip to content

Commit

Permalink
chore: remove install script as it is not working as intended
Browse files Browse the repository at this point in the history
  • Loading branch information
atheck committed Oct 14, 2022
1 parent 0603518 commit d426d3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions installScript.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"author": "atheck",
"license": "MIT",
"scripts": {
"postinstall": "node installScript.js",
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly --project ./src",
"build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --ignore \"./**/*.spec.ts\",\"./**/*.spec.tsx\" --source-maps inline",
Expand Down

0 comments on commit d426d3c

Please sign in to comment.