Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
docs: force install devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed May 1, 2022
1 parent 09b1d89 commit 7013bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
"storybook": "nx storybook soba",
"build": "nx run-many --target=build --projects=core,cannon,postprocessing,soba,schematics",
"publish": "nx run-many --target=publish --all --parallel",
"predocs": "test \"$CI\" = true && npx pnpm install --no-frozen-lockfile -PDr --store=node_modules/.pnpm-store || echo skiping pnpm install",
"predocs": "test \"$CI\" = true && npx pnpm install --no-frozen-lockfile -Dr --store=node_modules/.pnpm-store || echo skiping pnpm install",
"docs": "npx pnpm run predocs && nx build-docs documentations"
},
"private": true,
"dependencies": {
"@storybook/core-server": "6.4.22",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -56,6 +55,7 @@
"@storybook/addons": "~6.4.22",
"@storybook/angular": "~6.4.22",
"@storybook/builder-webpack5": "~6.4.22",
"@storybook/core-server": "6.4.22",
"@storybook/manager-webpack5": "~6.4.22",
"@storybook/theming": "~6.4.22",
"@types/jest": "27.4.1",
Expand Down

0 comments on commit 7013bad

Please sign in to comment.