Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
widgets
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
energenious-open-source
widgets
Commits
2ccbf32c
Commit
2ccbf32c
authored
Sep 07, 2020
by
Łukasz Starosta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify storybook's output dir
parent
654326a0
Pipeline
#186870559
failed with stage
in 8 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
lib/package.json
lib/package.json
+1
-1
No files found.
.gitlab-ci.yml
View file @
2ccbf32c
...
...
@@ -38,7 +38,7 @@ pages:
script
:
-
npm install
-
npm run build
-
npm run storybook:build
-o ../public/storybook
# will resolve to ./public/storybook because we're in /lib
-
npm run storybook:build
-
cd ../pages
-
npm install
-
./node_modules/.bin/gatsby build --prefix-paths
...
...
lib/package.json
View file @
2ccbf32c
...
...
@@ -21,7 +21,7 @@
"start"
:
"webpack-dev-server"
,
"test-update-snapshots"
:
"jest --updateSnapshot"
,
"storybook"
:
"start-storybook -p 6006"
,
"storybook:build"
:
"build-storybook -c .storybook -o ../public"
,
"storybook:build"
:
"build-storybook -c .storybook -o ../public
/storybook
"
,
"storybook:serve"
:
"npx http-server ../public"
},
"devDependencies"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment