diff options
| author | Bobby <[email protected]> | 2022-01-23 17:52:38 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-01-23 17:52:38 -0500 |
| commit | 35c2d88d604516d52d2623cdc27029348e1bae47 (patch) | |
| tree | c59545041202184979f8ac9d1b20cf2d76cc0750 /package.json | |
| parent | 3eea7aa6f6517f3757ab14977b0e7f32af2e5952 (diff) | |
| download | izuku.js-35c2d88d604516d52d2623cdc27029348e1bae47.tar.xz izuku.js-35c2d88d604516d52d2623cdc27029348e1bae47.zip | |
docs: move docs to mkdocs
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index ffcc5f9..6411e93 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "build": "rm -rf dist && rimraf ./build && tsc", "lint": "eslint . --ext .ts", "format": "prettier --config .prettierrc 'src/**/*.ts' --write", - "test-single": "func() { env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\", \"resolveJsonModule\": true }' mocha -r ts-node/register \"$1\"; }; func" + "test-single": "func() { env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\", \"resolveJsonModule\": true }' mocha -r ts-node/register \"$1\"; }; func", + "docs:dev": "mkdocs serve" }, "repository": { "type": "git", |
