Skip to content

Commit

Permalink
docs: rebuild on version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 25, 2021
1 parent d830010 commit 28448df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.netlify.com/configure-builds/file-based-configuration

[build]
base = "docs"
command = "yarn build"
publish = "dist"
ignore = "git diff --quiet HEAD^ HEAD . ../package.json"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"scripts": {
"build": "siroc build && mkdist --src src/runtime --dist dist/runtime",
"dev": "yarn nuxt playground",
"docs:dev": "yarn nuxt dev docs",
"docs:build": "cd docs && nuxt generate",
"docs:dev": "yarn nuxt dev docs",
"lint": "eslint --ext .ts --ext .vue .",
"release": "yarn test && standard-version && yarn build && git push --follow-tags && npm publish",
"test2": "yarn lint && yarn test:unit && yarn test:e2e",
"test": "true",
"test2": "yarn lint && yarn test:unit && yarn test:e2e",
"test:e2e": "jest test/e2e --forceExit",
"test:unit": "jest test/unit --forceExit"
},
Expand Down

0 comments on commit 28448df

Please sign in to comment.