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

Commit

Permalink
chore: npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Jun 22, 2019
1 parent c31468b commit 70b21db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -4,8 +4,8 @@
"description": "Offical blog plugin for VuePress",
"scripts": {
"lint": "xo",
"dev:lib": "concurrently \"npm:dev:client\" \"npm:dev:node\" \"npm:build:components\"",
"build:lib": "concurrently \"npm:build:client\" \"npm:build:node\" \"npm:build:components\"",
"dev": "concurrently \"npm:dev:client\" \"npm:dev:node\" \"npm:build:components\"",
"build": "concurrently \"npm:build:client\" \"npm:build:node\" \"npm:build:components\"",
"dev:client": "tsc -p tsconfig.client.json --watch",
"dev:node": "tsc -p tsconfig.node.json --watch",
"build:client": "tsc -p tsconfig.client.json",
Expand All @@ -14,8 +14,7 @@
"dev:docs": "vuepress dev docs --temp docs/.temp",
"build:docs": "vuepress build docs --temp docs/.temp",
"example": "node examples/launch.js",
"prepare": "npm run build",
"prepublishOnly": "npm run build:lib && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
"prepublishOnly": "npm run build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
},
"main": "lib/node/index.js",
"files": [
Expand Down

0 comments on commit 70b21db

Please sign in to comment.