mirror of
https://github.com/bitinflow/nuxt-oauth.git
synced 2026-03-13 13:45:59 +00:00
Change ci command
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"dev": "nuxi dev playground",
|
||||
"dev:build": "nuxi build playground",
|
||||
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
|
||||
"build": "npm run lint && npm run test && npm run prepack",
|
||||
"ci": "npm run lint && npm run dev:prepare && npm run test && npm run prepack",
|
||||
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && git push --follow-tags",
|
||||
"push": "npm publish --access public",
|
||||
"lint": "eslint .",
|
||||
|
||||
Reference in New Issue
Block a user