Skip to content

Commit e1f488b

Browse files
authored
fix: Lots of tweaks (#11)
* fix: Small ui tweaks * fix: Move getQualityFilteredTransects to constants * fix: Removes phenology-processor * fix: Adds new npm command * fix: Update data * fix: Changes paramters to consider only transects active for 6 years * fix: Adds a methodology section to the gbi page * fix: Fix linter * fix: Add reference * fix: Code review fix
1 parent 09f3e55 commit e1f488b

File tree

13 files changed

+23405
-46388
lines changed

13 files changed

+23405
-46388
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
3434
"format": "prettier --write \"{src,scripts}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
3535
"format:check": "prettier --check \"{src,scripts}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
36-
"process-data": "tsx scripts/process-butterfly-data.ts"
36+
"process-data": "tsx scripts/process-butterfly-data.ts",
37+
"reprocess": "rm -rf .cache/rbms && npm run process-data"
3738
},
3839
"devDependencies": {
3940
"@eslint/js": "^9.39.1",

0 commit comments

Comments
 (0)