mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
Skip terraform when linting
This commit is contained in:
parent
694fbb288c
commit
f4c3cee5df
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user