Skip to content

Commit

Permalink
🥯 docs: add npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hisasann committed Oct 25, 2019
1 parent edbf6f2 commit 0995d81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>typescript-nuxtjs-boilerplate-docs</title>
<title>typescript nuxtjs boilerplate - document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
Expand All @@ -17,7 +17,7 @@
<div id="app"></div>
<script>
window.$docsify = {
name: 'typescript-nuxtjs-boilerplate',
name: 'typescript-nuxtjs-boilerplate-docs',
repo: 'https://github.com/typescript-nuxtjs-boilerplate/docs',
auto2top: true,
coverpage: true,
Expand Down
9 changes: 6 additions & 3 deletions docs/nuxt/npm-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nuxt コマンド内部では、この環境変数は `development` に書き換

`Dockerfile` 経由で呼ばれる docker 向けのビルドになります。

## yarn run lintfix
## yarn run lintjs:fix

`eslint``prettier``--fix` で実行します。

Expand Down Expand Up @@ -66,8 +66,11 @@ nuxt コマンド内部では、この環境変数は `development` に書き換
|`build:local`|ローカル向けにビルドする|
|`build:docker`|Docker 向けにビルドする|
|`start`|ビルドされた Nuxt アプリを起動する|
|`lint`|ESLint のフォーマットチェックを実行する|
|`lintfix`|ESLint のチェック+自動修正|
|`lintjs`|ESLint のフォーマットチェックを実行する|
|`lintjs:fix`|ESLint のチェック+自動修正|
|`lintcss`|Stylelint のフォーマットチェックを実行する|
|`lintmd`|Textlint のフォーマットチェックを実行する|
|`lintmd:fix`|Textlint のチェック+自動修正|
|`precommit`|コミット前に実行する処理|
|`test`|Jest のテストを実行する|
|`clean:cache`|Nuxt のキャッシュを削除する|
Expand Down

0 comments on commit 0995d81

Please sign in to comment.