Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into search_button_height
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Aug 2, 2021
2 parents 609ff68 + 3d998db commit 66e6b22
Show file tree
Hide file tree
Showing 32 changed files with 7,738 additions and 669 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: openverse-frontend-ci
on:
push:
branches:
- master
- develop
- main
pull_request:
branches:
- develop
- main

jobs:
ci:
Expand Down Expand Up @@ -42,6 +41,3 @@ jobs:

- name: Run tests
run: npm run test:unit

- name: Run build
run: npm run build
5 changes: 5 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default {
env,
dev: process.env.NODE_ENV !== 'production',
buildModules: [
'@nuxtjs/tailwindcss',
'@nuxtjs/style-resources',
'@nuxtjs/svg',
'@nuxtjs/eslint-module',
Expand Down Expand Up @@ -173,4 +174,8 @@ export default {
'https://3f3e05dbe6994c318d1bf1c8bfcf71a1@o288582.ingest.sentry.io/1525413',
lazy: true,
},
tailwindcss: {
// https://github.com/nuxt-community/tailwindcss-module/issues/114#issuecomment-698885369
configPath: '~~/tailwind.config.js',
},
}
Loading

0 comments on commit 66e6b22

Please sign in to comment.