Skip to content

Commit

Permalink
Add build step for client
Browse files Browse the repository at this point in the history
  • Loading branch information
baileytincher committed Apr 29, 2021
1 parent 0827b64 commit 6b39356
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ jobs:
run: yarn install --frozen-lockfile
working-directory: ./client

- name: Build client
run: yarn build
working-directory: ./client

- name: Create a new release version
run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version
working-directory: ./client
Expand Down
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"private": false,
"devDependencies": {
"@actually-colab/editor-types": "file:../types",
"@actually-colab/editor-types": "^0.2.2",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
Expand All @@ -21,7 +21,7 @@
"yarn": "^1.22.10"
},
"dependencies": {
"@actually-colab/editor-client": "file:../client",
"@actually-colab/editor-client": "^0.2.2",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
},
Expand Down
12 changes: 8 additions & 4 deletions tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
# yarn lockfile v1


"@actually-colab/editor-client@file:../client":
version "0.1.0"
"@actually-colab/editor-client@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@actually-colab/editor-client/-/editor-client-0.2.2.tgz#35c508b762013142ea8d20098ccb8d55cc0fb699"
integrity sha512-Pn5KwVP0YFuMCkqt+Ah4oVtt06zLs+cQ68ipnFzGepJX4hPsuJLqOh67f/OH13f29/lZ3dikIZySv8dKwR5MQA==
dependencies:
axios "^0.21.1"
axios-retry "^3.1.9"
Expand All @@ -13,8 +15,10 @@
lzutf8 "^0.6.0"
websocket "^1.0.33"

"@actually-colab/editor-types@file:../types":
version "0.1.0"
"@actually-colab/editor-types@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@actually-colab/editor-types/-/editor-types-0.2.2.tgz#3243b28866b3c09384ad81f9c797c6f648d9a025"
integrity sha512-GTeyajUUsrqdWuWGRUfn5Tn2OZcuIy08OL83hjNzRjso0i0e5/mj0chiI11fzrnOfpPWiem5T03Tbc5Hx5DEhg==

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13":
version "7.12.13"
Expand Down

0 comments on commit 6b39356

Please sign in to comment.