Skip to content

Commit

Permalink
Drop eject-ts and ensure we'll use pnpm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Jun 20, 2023
1 parent 5e518c5 commit 8170616
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:

# Currently we don't have any tests written, this is here for when we do
# - name: Test
# run: yarn test
# run: pnpm test
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "run-p build:watch 'storybook --quiet'",
"release": "pnpm run build && auto shipit",
"eject-ts": "zx scripts/eject-typescript.mjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
Expand Down
55 changes: 0 additions & 55 deletions scripts/eject-typescript.mjs

This file was deleted.

0 comments on commit 8170616

Please sign in to comment.