Change ci command

This commit is contained in:
René Preuß
2023-09-12 11:22:43 +02:00
parent b80604529c
commit 0b3479ac01
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
scope: '@bitinflow' scope: '@bitinflow'
- run: yarn install - run: yarn install
- run: yarn build - run: yarn ci
- run: yarn npm publish - run: yarn npm publish
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@@ -21,7 +21,7 @@
"dev": "nuxi dev playground", "dev": "nuxi dev playground",
"dev:build": "nuxi build playground", "dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare 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", "release": "npm run lint && npm run test && npm run prepack && changelogen --release && git push --follow-tags",
"push": "npm publish --access public", "push": "npm publish --access public",
"lint": "eslint .", "lint": "eslint .",