mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 02:51:59 -04:00
8 lines
103 B
Bash
8 lines
103 B
Bash
#!/bin/bash
|
|
set -e
|
|
set -u
|
|
|
|
npm run tsc
|
|
pnpx npm@4 cache clear
|
|
pnpx publish-packed@2 --tag next --prune
|