Skip to content

Commit 660033e

Browse files
authored
chore: run actions (#285)
1 parent eec844a commit 660033e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
${{ runner.os }}-production-yarn-
4747
4848
- name: Yarn install
49-
run: bundle exec rails app:yarn:install
49+
run: yarn
5050

5151
- name: Bundle assets
5252
run: bin/webpack

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "avo",
3-
"version": "0.0.1",
4-
"description": "easy admin for rails",
3+
"description": "The most beautiful, easy-to-use Ruby on Rails admin framework",
54
"main": "index.js",
65
"author": "Adrian Marin <[email protected]>",
76
"license": "Commercial",

0 commit comments

Comments
 (0)