change(ui): fix scripts postinstal
This commit is contained in:
parent
60ce83d534
commit
9308b58046
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ui-tests.js.yml
vendored
2
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue