build before publish
This commit is contained in:
parent
375625f962
commit
9bef1025a4
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vegaprotocol/ui-toolkit",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"exports": {
|
||||
".": "./dist/modern.js",
|
||||
"./dist/": "./dist/"
|
||||
|
Loading…
Reference in New Issue
Block a user