Skip to content

Commit

Permalink
fix dependency tree
Browse files Browse the repository at this point in the history
  • Loading branch information
jmau111 committed May 2, 2022
1 parent bd8e7c8 commit a85fcc8
Show file tree
Hide file tree
Showing 8 changed files with 13,551 additions and 37,321 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint:all && npm run type-check
yarn lint:all && yarn type-check
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"stylelint-config-standard-scss"
],
"ignoreFiles": [
"./src/styles/nes.min.css"
"./src/styles/nes.min.css"
]
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This theme is only a nostalgic tribute to Nintendo. It's easy to customize it bu
## 🌪 Starting NES

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

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

```
npm run typecheck
yarn typecheck
```

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

```
npm run cleandev
yarn cleandev
```

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.
Expand All @@ -116,7 +116,7 @@ This theme is barebone (on purpose). It's meant for One-page Layouts, not blogs

```shell
cd my-themed-site/
npm run dev
yarn dev
```

3. **Open the code and start customizing!**
Expand Down
1 change: 0 additions & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const config: GatsbyConfig = {
plugins: [
`gatsby-plugin-preact`,
`gatsby-plugin-sass`,
`gatsby-plugin-image`,
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-plugin-manifest`,
Expand Down
Loading

0 comments on commit a85fcc8

Please sign in to comment.