This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 44 "description" : " Offical blog plugin for VuePress" ,
55 "scripts" : {
66 "lint" : " xo" ,
7- "dev:lib " : " concurrently \" npm:dev:client\" \" npm:dev:node\" \" npm:build:components\" " ,
8- "build:lib " : " concurrently \" npm:build:client\" \" npm:build:node\" \" npm:build:components\" " ,
7+ "dev" : " concurrently \" npm:dev:client\" \" npm:dev:node\" \" npm:build:components\" " ,
8+ "build" : " concurrently \" npm:build:client\" \" npm:build:node\" \" npm:build:components\" " ,
99 "dev:client" : " tsc -p tsconfig.client.json --watch" ,
1010 "dev:node" : " tsc -p tsconfig.node.json --watch" ,
1111 "build:client" : " tsc -p tsconfig.client.json" ,
1414 "dev:docs" : " vuepress dev docs --temp docs/.temp" ,
1515 "build:docs" : " vuepress build docs --temp docs/.temp" ,
1616 "example" : " node examples/launch.js" ,
17- "prepare" : " npm run build" ,
18- "prepublishOnly" : " npm run build:lib && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
17+ "prepublishOnly" : " npm run build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
1918 },
2019 "main" : " lib/node/index.js" ,
2120 "files" : [
You can’t perform that action at this time.
0 commit comments