rebuild readability on each build
This commit is contained in:
@@ -68,6 +68,12 @@ jobs:
|
||||
npm ci
|
||||
npx webpack
|
||||
|
||||
- name: Build readability
|
||||
working-directory: packages/flutter_mozilla_components/javascript/readability
|
||||
run: |
|
||||
npm ci
|
||||
npx webpack
|
||||
|
||||
- name: Create key file
|
||||
working-directory: app
|
||||
run: |
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
.idea
|
||||
*.iml
|
||||
dist
|
||||
web-ext-artifacts
|
||||
source-artifacts
|
||||
node_modules
|
||||
tmpProfile
|
||||
*.module.scss.d.ts
|
||||
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user