Skip to content

Commit

Permalink
chore: Build & release process
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Jun 1, 2018
1 parent 4e8283e commit 67a450b
Show file tree
Hide file tree
Showing 13 changed files with 464 additions and 7,538 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,6 +2,8 @@
node_modules/
dist/

*.log

# local env files
.env.local
.env.*.local
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,8 @@
"private": true,
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
"docs:build": "vuepress build docs",
"release": "lerna exec pnpm run build && lerna publish"
},
"prettier": {
"semi": false,
Expand Down
3 changes: 2 additions & 1 deletion packages/@keynote/cli/package.json
Expand Up @@ -6,7 +6,8 @@
"keynote": "bin/keynote.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo ''"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 67a450b

Please sign in to comment.