1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

Skip terraform when linting

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-08-25 09:03:55 -07:00
parent 694fbb288c
commit f4c3cee5df

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Code for construction of the GenderDysphoria.fyi website",
"scripts": {
"test": "eslint 'build/**/*.js' 'js/**/*.{js,jsx}' 'terraform/**/*.js' --fix",
"test": "eslint 'build/**/*.js' 'js/**/*.{js,jsx}' --fix",
"build": "gulp prod"
},
"engines": {