feat: updates

This commit is contained in:
Ferdinand Linnenberg 2024-11-08 16:01:40 +00:00
parent 2988851fc3
commit 1d01877307

View file

@ -7,4 +7,5 @@
tasks: tasks:
- init: npm install && npm run build - init: npm install && npm run build
command: npm run start command: npm run start
- init: update upstream
command: git remote add upstream https://github.com/gchq/CyberChef.git; git fetch upstream