Skip to content

Commit

Permalink
chore: remove the postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Dec 6, 2023
1 parent 6441776 commit 03dba70
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/wild-plants-brake.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-yarn-
- name: install dependencies
run: yarn run bootstrap
run: yarn install && yarn clean && yarn prepare


- name: Create Release Pull Request or Publish to npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn run bootstrap
- run: yarn install && yarn clean && yarn prepare

- run: cd ./example/expo && yarn install && yarn build:web

Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,6 @@
"lint:fix": "eslint 'src/**/*.{js,ts,tsx}' --fix",
"dev": "watch 'yarn prepare' ./src",
"prepare": "bob build",
"bootstrap": "yarn install && yarn clean && yarn prepare",
"clean": "del-cli lib",
"version": "changeset version"
},
Expand Down

0 comments on commit 03dba70

Please sign in to comment.