Skip to content

Commit

Permalink
fix prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Sep 21, 2023
1 parent d936660 commit 82b5a09
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/.circleci
/.github
/.yarn
/.nvmrc
/.yarnrc.yml
/.jest.config.js
/tsconfig.json
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"scripts": {
"build": "tsc",
"prepare": "yarn build",
"prepack": "yarn build",
"test": "jest",
"format": "prettier --write 'src/**/*.{ts,js,tsx,jsx}'",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit 82b5a09

Please sign in to comment.