-
-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove unnecessary install run from installation (#1697)
- Loading branch information
Showing
2 changed files
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,6 @@ Use the Svelte CLI to add Tailwind CSS to your project. | |
|
||
<PMExecute command="[email protected] add tailwindcss" /> | ||
|
||
### Install dependencies | ||
|
||
<PMInstall /> | ||
|
||
### Setup path aliases | ||
|
||
If you are not using the default alias `$lib`, you'll need to update your `svelte.config.js` file to include those aliases. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,6 @@ Use the Svelte CLI to add Tailwind CSS to your project. | |
|
||
<PMExecute command="[email protected] add tailwindcss" /> | ||
|
||
### Install dependencies | ||
|
||
<PMInstall /> | ||
|
||
### Edit tsconfig.json file | ||
|
||
The current version of Vite splits TypeScript configuration into three files, two of which need to be edited. | ||
|