Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
refactor: remove useless build
Browse files Browse the repository at this point in the history
  • Loading branch information
foxminchan committed Jun 11, 2024
1 parent 5c521a8 commit cc4dcb8
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 1,827 deletions.
Binary file removed bun.lockb
Binary file not shown.
10 changes: 0 additions & 10 deletions cucumber.mjs

This file was deleted.

21 changes: 0 additions & 21 deletions e2e/features/login.feature

This file was deleted.

39 changes: 0 additions & 39 deletions e2e/pages/login.page.ts

This file was deleted.

Empty file removed e2e/setups/login.setup.ts
Empty file.
42 changes: 0 additions & 42 deletions e2e/steps/login.step.ts

This file was deleted.

10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,17 @@
"docs:build": "vuepress-vite build docs",
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
"docs:dev": "vuepress-vite dev docs",
"docs:update-package": "npx vp-update",
"test": "cucumber-js e2e"
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@playwright/test": "^1.44.1",
"@types/node": "^20.14.2",
"@vuepress/bundler-vite": "2.0.0-rc.12",
"dotenv": "^16.4.5",
"husky": "^9.0.11",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.12",
"vuepress-plugin-search-pro": "^2.0.0-rc.47",
"vuepress-theme-hope": "2.0.0-rc.47"
},
"dependencies": {
"@cucumber/cucumber": "^10.8.0"
}
}
87 changes: 0 additions & 87 deletions playwright.config.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/RookieShop.AppHost/RookieShop.AppHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,4 @@
</PackageReference>
</ItemGroup>

<Target Name="RestoreNpm" BeforeTargets="Build" Condition=" '$(DesignTimeBuild)' != 'true' ">
<ItemGroup>
<PackageJsons Include="..\..\ui\*\package.json" />
</ItemGroup>
<Message Importance="Normal" Text="Installing node packages for %(PackageJsons.RelativeDir)" Condition="!Exists('%(PackageJsons.RootDir)%(PackageJsons.Directory)/node_modules')" />
<Exec Command="bun install" WorkingDirectory="%(PackageJsons.RootDir)%(PackageJsons.Directory)" Condition="!Exists('%(PackageJsons.RootDir)%(PackageJsons.Directory)/node_modules')" />
</Target>

</Project>
Binary file modified src/RookieShop.BackOffice/bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions src/RookieShop.BackOffice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"react-dom": "^18",
"react-hook-form": "^7.51.3",
"react-resizable-panels": "^2.0.18",
"recharts": "^2.12.7",
"recharts": "^2.13.0-alpha.4",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -120,7 +120,6 @@
"postcss": "^8",
"prettier": "3.3.0",
"prettier-plugin-tailwindcss": "^0.6.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"tailwindcss": "^3.4.1"
}
}
2 changes: 1 addition & 1 deletion src/RookieShop.StoreFront/RookieShop.Storefront.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<ItemGroup>
<UpToDateCheckBuilt Include="wwwroot/css/site.css" Set="Css" />
<UpToDateCheckBuilt Include="postcss.config.js" Set="Css" />
<UpToDateCheckBuilt Include="postcss.config.mjs" Set="Css" />
<UpToDateCheckBuilt Include="tailwind.config.js" Set="Css" />
</ItemGroup>

Expand Down
Loading

0 comments on commit cc4dcb8

Please sign in to comment.