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 - name: Install
run: | run: |
yarn install --frozen-lockfile yarn install --frozen-lockfile
# - name: Lint - name: Build
# run: | run: |
# npm run lint yarn build
# - name: Test # - name: Test
# run: | # run: |
# npm test # npm test

View File

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