change(ui): fix scripts postinstal

This commit is contained in:
nick-delirium 2023-01-19 15:04:45 +01:00 committed by Delirium
parent 60ce83d534
commit 9308b58046
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Setup packages
run: npm i --legacy-peer-deps --ignore-scripts
run: npm i --legacy-peer-deps
- name: Run unit tests
run: npm test --if-resent
- name: Run Frontend

View file

@ -14,7 +14,7 @@
"gen:colors": "node ./scripts/colors.js",
"storybook": "start-storybook -p 6006",
"flow": "flow",
"postinstall": "yarn gen:icons && yarn gen:colors",
"gen:static": "yarn gen:icons && yarn gen:colors",
"build-storybook": "build-storybook",
"test": "jest",
"cy:open": "cypress open",