Skip to content

Commit

Permalink
chore: remove next, nuxt packages (#7263)
Browse files Browse the repository at this point in the history
They will be moved to another repo
  • Loading branch information
grixu authored Oct 1, 2024
1 parent 9c480bc commit 0cb71d7
Show file tree
Hide file tree
Showing 104 changed files with 132 additions and 17,344 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ coverage
# OS generated files
.DS_STORE

# Nuxt generated files
.nuxt
.output

# Next generated files
.next

# Cypress generated files
**/cypress/screenshots

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"changesets:version": "yarn changeset version && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install && yarn prepare:docs",
"changesets:publish": "yarn build && yarn changeset publish",
"prepare:docs": "cd docs && yarn install && yarn api-extract && yarn add-changelogs",
"postinstall": "cd packages/changesets && yarn build && cd ../../packages/nuxt && yarn run prepare"
"postinstall": "cd packages/changesets && yarn build"
},
"devDependencies": {
"@babel/core": "^7.10.5",
Expand Down
15 changes: 0 additions & 15 deletions packages/next/.eslintrc.js

This file was deleted.

225 changes: 0 additions & 225 deletions packages/next/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/next/LICENSE.md

This file was deleted.

Loading

0 comments on commit 0cb71d7

Please sign in to comment.