aboutsummaryrefslogtreecommitdiff
path: root/packpub/npm/publish.sh
blob: 26b03fb31ea502af345efdff16f73e1b4bc191b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

cd /src
mise trust
mise install

mise exec -- npm install --save-dev
mise exec -- npm run build

mise exec -- npm link
mise exec -- npm publish --access public