Update README.md
This commit is contained in:
parent
d1adc0c6ca
commit
4c726fffab
|
@ -34,13 +34,13 @@ A starter kit for using [Tailwind](https://tailwindcss.com) with [Jekyll](https:
|
|||
|
||||
## Build your site
|
||||
* `npm run build:dev` to compile the site with development settings
|
||||
* `npm run build:production` to compile the site for production
|
||||
* `npm run build:production` or `npm run build` to compile the site for production
|
||||
|
||||
|
||||
## Deploy
|
||||
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/taylorbryant/jekyll-starter-tailwind)
|
||||
|
||||
Note: By default, Netlify uses `jekyll build` as the build command. Make sure to change this to `npm run build`.
|
||||
Note: By default, Netlify uses `jekyll build` as the build command. Make sure to change this to `npm run build` or `npm run build:production`.
|
||||
|
||||
## License
|
||||
[MIT](https://github.com/taylorbryant/jekyll-starter-tailwind/blob/master/LICENSE.md)
|
||||
|
|
Loading…
Reference in New Issue