build before publish

This commit is contained in:
Dexter 2021-12-14 11:32:47 +00:00
parent 375625f962
commit 9bef1025a4
2 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@ jobs:
- name: Install
run: |
yarn install --frozen-lockfile
# - name: Lint
# run: |
# npm run lint
- name: Build
run: |
yarn build
# - name: Test
# run: |
# npm test

View File

@ -1,6 +1,6 @@
{
"name": "@vegaprotocol/ui-toolkit",
"version": "0.2.0",
"version": "0.3.0",
"exports": {
".": "./dist/modern.js",
"./dist/": "./dist/"