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
|
- 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
|
||||||
|
@ -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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user