4 Commits

Author SHA1 Message Date
René Preuß
ef07ddb80e Change ci command 2023-09-12 11:24:50 +02:00
René Preuß
0b3479ac01 Change ci command 2023-09-12 11:22:43 +02:00
René Preuß
b80604529c Change to yarn 2023-09-12 11:17:10 +02:00
René Preuß
3ed1fd729a Merge pull request #2 from bitinflow/ghostzero-patch-1
Update package.yml
2023-09-12 11:13:15 +02:00
4 changed files with 5603 additions and 9977 deletions

View File

@@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '19.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@bitinflow'
- run: npm install
- run: npm run build
- run: npm publish
- run: yarn install
- run: yarn ci
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

9972
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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 .",

5598
yarn.lock Normal file

File diff suppressed because it is too large Load Diff