Skip to content

Commit

Permalink
fix: publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 5, 2021
1 parent d700853 commit 5d42a89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 95 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,3 +12,4 @@ demo/public
demo/*-export
demo/build.md
assets/demo
packages/slidev/README.md
94 changes: 0 additions & 94 deletions packages/slidev/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/publish.ts
Expand Up @@ -3,4 +3,4 @@ import { run } from './run'

fs.copyFileSync('README.md', 'packages/slidev/README.md')

run('npx pnpm publish --access public --no-git-checks')
run('npx pnpm -r publish --access public --no-git-checks')

0 comments on commit 5d42a89

Please sign in to comment.