Skip to content

Commit 4a5cc0f

Browse files
author
Sagar Jain
committed
fix: minor css improvement and lint script on each build
1 parent 84e71a3 commit 4a5cc0f

File tree

344 files changed

+113
-13514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

344 files changed

+113
-13514
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ typings/
5656
*.tgz
5757

5858
# dotenv environment variables file
59-
.env
59+
.env.development
60+
.env.development.local
61+
.env.production
62+
.env.production.local
6063

6164
# gatsby files
6265
.cache/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
],
2929
"license": "MIT",
3030
"scripts": {
31-
"build": "npm run purgeCache && npm run lint && gatsby build",
32-
"start": "npm run purgeCache && npm run lint && gatsby develop",
33-
"serve": "npm run purgeCache && npm run lint && gatsby build && gatsby serve",
31+
"build": "npm run purgeCache && npm run lint && cp ./src/environments/.env.production ./.env.production && gatsby build",
32+
"start": "npm run purgeCache && npm run lint && cp ./src/environments/.env.development ./.env.development && gatsby develop",
33+
"serve": "npm run purgeCache && npm run lint && cp ./src/environments/.env.development ./.env.development && gatsby build && gatsby serve",
3434
"lint": "tslint -c tslint.json -p tsconfig.json ./src/**/*.{ts,tsx}",
3535
"purgeAll": "rm -rf node_modules && rm -rf yarn.lock rm -rf package-lock.json && rm -rf .cache && rm -rf public && npm install",
3636
"purgeCache": "rm -rf .cache && rm -rf public",

public/404.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

public/404/index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

public/about/index.html

Lines changed: 0 additions & 89 deletions
This file was deleted.

public/app-df9cad7e6699b014882a.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/app-df9cad7e6699b014882a.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/category/adventure/index.html

Lines changed: 0 additions & 106 deletions
This file was deleted.

public/category/food/index.html

Lines changed: 0 additions & 113 deletions
This file was deleted.

public/category/life/index.html

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)