How to add 'pio run -t uploadfs' into platformio.ini

Hello,
I’m using VSCode + PlatformIO for ESP8266 development.
In my code, LittleFS is used. So, each time after upload the program, I need manually run command ‘‘pio run -t uploadfs’’ to update the flash file system. Can I add ‘‘pio run -t uploadfs’’ into plaftormio.ini? so to automate the file system programming.