mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
Updated scripts
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"build": "lerna run build",
|
||||
"test": "lerna run test --stream",
|
||||
"deploy": "lerna publish from-package",
|
||||
"postinstall": "lerna bootstrap"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
"prepublishOnly": "npm run lint && npm run build",
|
||||
"build": "rm -rf ./dist && tsc && copyfiles --up 1 ./src/**/*.hbs ./dist/",
|
||||
"demo:start": "npm run build && cd demo && npm run dev",
|
||||
"demo:build-and-serve": "npm run build && cd demo && npm run build && npm run serve",
|
||||
"demo:init": "rm -rf samples && npx @docusaurus/init@next init samples classic",
|
||||
"demo:build": "npm run build && cd demo && npm run build",
|
||||
"demo:init": "rm -rf demo && npx create-vuepress demo",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Thomas Grey",
|
||||
|
||||
Reference in New Issue
Block a user