mirror of
https://github.com/bitinflow/nuxt-oauth.git
synced 2026-03-13 13:45:59 +00:00
Compare commits
4 Commits
ghostzero-
...
v2.0.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef07ddb80e | ||
|
|
0b3479ac01 | ||
|
|
b80604529c | ||
|
|
3ed1fd729a |
8
.github/workflows/package.yml
vendored
8
.github/workflows/package.yml
vendored
@@ -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
9972
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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