Skip to content

Commit a85fcc8

Browse files
committed
fix dependency tree
1 parent bd8e7c8 commit a85fcc8

File tree

8 files changed

+13551
-37321
lines changed

8 files changed

+13551
-37321
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npm run lint:all && npm run type-check
4+
yarn lint:all && yarn type-check

.stylelintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"stylelint-config-standard-scss"
66
],
77
"ignoreFiles": [
8-
"./src/styles/nes.min.css"
8+
"./src/styles/nes.min.css"
99
]
1010
}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This theme is only a nostalgic tribute to Nintendo. It's easy to customize it bu
2323
## 🌪 Starting NES
2424

2525
```
26-
git clone https://github.com/jmau111/gatsby-nes.git and cd gatsby-nes && npm install && npm run dev
26+
git clone https://github.com/jmau111/gatsby-nes.git and cd gatsby-nes && yarn && yarn dev
2727
```
2828

2929
Then customize the favicon in `./images/`.
@@ -33,7 +33,7 @@ Then customize the favicon in `./images/`.
3333
As the idea with TypeScript is to type, there's a command for that:
3434

3535
```
36-
npm run typecheck
36+
yarn typecheck
3737
```
3838

3939
## 🎃 Change styles
@@ -90,7 +90,7 @@ Go modify `./static/humans.txt` with your team info.
9090
If you have some issues with static images and queries, you might save a lot of time by using the custom yarn command:
9191

9292
```
93-
npm run cleandev
93+
yarn cleandev
9494
```
9595

9696
It will execute `gatsby clean` before `gatsby develop`, which deletes the cache folder and ensures there's no outdated stuff that can jam your app.
@@ -116,7 +116,7 @@ This theme is barebone (on purpose). It's meant for One-page Layouts, not blogs
116116

117117
```shell
118118
cd my-themed-site/
119-
npm run dev
119+
yarn dev
120120
```
121121

122122
3. **Open the code and start customizing!**

gatsby-config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const config: GatsbyConfig = {
1111
plugins: [
1212
`gatsby-plugin-preact`,
1313
`gatsby-plugin-sass`,
14-
`gatsby-plugin-image`,
1514
`gatsby-plugin-react-helmet`,
1615
{
1716
resolve: `gatsby-plugin-manifest`,

0 commit comments

Comments
 (0)