Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
chore: remove clean-publish (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppleTheNun committed May 8, 2023
1 parent a3c73bc commit 9bf527c
Show file tree
Hide file tree
Showing 19 changed files with 3,734 additions and 3,795 deletions.
4 changes: 0 additions & 4 deletions .clean-publish

This file was deleted.

15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "SingleStone's sweet design system.",
"private": true,
"packageManager": "pnpm@7.30.5",
"packageManager": "pnpm@8.4.0",
"scripts": {
"build": "turbo run build",
"build:changed": "turbo run build --since=origin/main",
Expand All @@ -27,22 +27,21 @@
"test:ci:changed": "turbo run test:ci --since=origin/main"
},
"dependencies": {
"@antfu/ni": "0.21.2",
"@antfu/ni": "0.21.3",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.1",
"@singlestone/plop-generators-sugar": "workspace:*",
"@singlestone/prettier-config-sugar": "workspace:*",
"@tsconfig/node14": "1.0.3",
"@tsconfig/vite-react": "1.0.1",
"clean-publish": "4.1.1",
"doctoc": "2.2.1",
"plop": "3.1.2",
"prettier": "2.8.7",
"prettier": "2.8.8",
"prettier-plugin-pkg": "0.17.1",
"rimraf": "4.4.1",
"tsx": "3.12.6",
"turbo": "1.8.8",
"typescript": "4.9.5"
"rimraf": "5.0.0",
"tsx": "3.12.7",
"turbo": "1.9.3",
"typescript": "5.0.4"
},
"prettier": "@singlestone/prettier-config-sugar",
"volta": {
Expand Down

2 comments on commit 9bf527c

@vercel
Copy link

@vercel vercel bot commented on 9bf527c May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sugar-storybook – ./sugar/storybook

sugar-storybook-git-main-singlestone.vercel.app
sugar-css.vercel.app
sugar-storybook-singlestone.vercel.app
sugar.singlestone.io

@vercel
Copy link

@vercel vercel bot commented on 9bf527c May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sugar-react – ./sugar/react

sugar-react.vercel.app
sugar-react-singlestone.vercel.app
sugar-react-git-main-singlestone.vercel.app

Please sign in to comment.