mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Skip terraform when linting
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user