File tree 3 files changed +4
-17
lines changed
3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,9 @@ website-deploy: ##@2 website build & deploy website
230
230
website-audit : # #@2 website audit website build
231
231
@cd website && yarn analyze
232
232
233
+ website-lint : # #@2 website run eslint on the website code
234
+ @./node_modules/.bin/eslint ./website/src
235
+
233
236
website-sprites : # #@2 website build sprite sheet
234
237
@glue --img website/src/assets --css website/src/styles website/src/assets/icons
235
238
@@ -266,7 +269,7 @@ api: ##@5 API run API in regular mode (no watcher)
266
269
@echo " ${YELLOW} Starting API${RESET} "
267
270
@cd api && yarn start
268
271
269
- api-lint :
272
+ api-lint : # #@5 API run eslint on the API code
270
273
@./node_modules/.bin/eslint ./api/src
271
274
272
275
api-deploy : # #@5 Deploy API on heroku
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 36
36
"@types/react-helmet" : " ^6.1.4" ,
37
37
"@types/styled-components" : " ^5.1.18" ,
38
38
"babel-plugin-styled-components" : " ^1.13.2" ,
39
- "babel-preset-gatsby" : " ^2.4.0" ,
40
39
"dedent-js" : " ^1.0.1" ,
41
40
"gatsby" : " ^4.4.0" ,
42
41
"gatsby-image" : " ^3.11.0" ,
You can’t perform that action at this time.
0 commit comments