cleanup --
This commit is contained in:
parent
48115b9414
commit
a077931b3a
|
@ -23,4 +23,4 @@ jobs:
|
|||
run: |
|
||||
yarn install-r
|
||||
yarn build-library
|
||||
yarn test -- --silent
|
||||
yarn test --silent
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: |
|
||||
yarn install-r
|
||||
yarn build-library
|
||||
yarn test -- --silent
|
||||
yarn test --silent
|
||||
cd lib
|
||||
npm publish
|
||||
cd ../components
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[build]
|
||||
command = "yarn install-r && yarn test -- --silent && yarn build-website"
|
||||
command = "yarn install-r && yarn test --silent && yarn build-website"
|
||||
publish = "build/"
|
||||
|
|
Loading…
Reference in New Issue