Skip to content

Commit

Permalink
build.sh and embed video
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed Jul 21, 2022
1 parent c553a8c commit db104fe
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- ".github/workflows/main.yaml"

env:
ROAMJS_EMAIL: support@roamjs.com
ROAMJS_DEVELOPER_TOKEN: ${{ secrets.ROAMJS_DEVELOPER_TOKEN }}
ROAMJS_RELEASE_TOKEN: ${{ secrets.ROAMJS_RELEASE_TOKEN }}

Expand All @@ -22,4 +23,4 @@ jobs:
- name: build
run: npx roamjs-scripts build
- name: publish
run: npx roamjs-scripts publish --email support@roamjs.com --commit ${{ github.sha }} --marketplace
run: npx roamjs-scripts publish --depot
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ When "Strikethrough" is configured the "Done" action adds a strikethrough to the

When None are configured, nothing happens.

[Demo](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Froamjs%2F7LAMTNJU8a.mp4?alt=media&token=e008cb7f-105a-4033-9858-258cc13e283b)
### Demo

<video src="https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Froamjs%2F7LAMTNJU8a.mp4?alt=media&token=e008cb7f-105a-4033-9858-258cc13e283b" controls="controls" height="600"></video>
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run build:roam
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Tie special actions to converting between TODOs and DONEs!",
"main": "./build/main.js",
"scripts": {
"dev:roam": "roamjs-scripts dev --marketplace",
"dev:roam": "roamjs-scripts dev --depot",
"prebuild:roam": "npm install",
"build:roam": "roamjs-scripts build --marketplace",
"build:roam": "roamjs-scripts build --depot",
"start": "roamjs-scripts dev"
},
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"todos"
],
"dependencies": {
"roamjs-components": "^0.69.0",
"roamjs-scripts": "^0.20.6"
"roamjs-components": "^0.70.3",
"roamjs-scripts": "^0.21.1"
}
}

0 comments on commit db104fe

Please sign in to comment.