Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions .github/workflows/npm-publish-combine.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/npm-publish-external.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/npm-publish-hook-use.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/npm-publish-include-css.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/npm-publish-mock-data.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/npm-publish-runtime-helper.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/npm-publish-separate-importer.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/npm-publish-view.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

name: vite-plugin-cp
name: npm publish

on:
pull_request:
Expand All @@ -24,7 +24,7 @@ jobs:
with:
version: 10
- run: npm run deps
- run: npm run test:cp
- run: npm run test:all

publish-npm:
needs: build
Expand All @@ -41,6 +41,6 @@ jobs:
with:
version: 10
- run: npm run deps
- run: npm run release:cp
- run: npm run release:all
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Loading