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

Commit

Permalink
Merge pull request #272 from nekochans/feature/issue271/add-globals-c…
Browse files Browse the repository at this point in the history
…ss-and-fix-footer

共通CSSの作成とFooterの置き換えを実施
  • Loading branch information
keitakn committed May 25, 2023
2 parents cb0f0a7 + 9ec7285 commit bf3aacc
Show file tree
Hide file tree
Showing 11 changed files with 1,083 additions and 114 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -25,6 +25,7 @@ jobs:
cache: 'npm'
- run: |
npm ci --legacy-peer-deps
npm run build --if-present
npm run lint
npm test
npm run generate:css-types
npm run build --if-present
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Expand Up @@ -34,6 +34,7 @@ jobs:
scope: '@nekochans'
- run: |
npm ci --legacy-peer-deps
npm run generate:css-types
npm run build
npm publish
env:
Expand Down
1 change: 1 addition & 0 deletions .storybook/main.ts
Expand Up @@ -7,6 +7,7 @@ const config: StorybookConfig = {
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-a11y',
'storybook-css-modules',
],
framework: {
name: '@storybook/nextjs',
Expand Down
1 change: 1 addition & 0 deletions .storybook/preview.ts
@@ -1,5 +1,6 @@
import 'ress/ress.css';
import './markdown.css';
import '../src/styles/globals.css';
import type { Preview } from '@storybook/react';

const customViewports = {
Expand Down

0 comments on commit bf3aacc

Please sign in to comment.