Skip to content

Commit

Permalink
chore: add build rules
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 4, 2022
1 parent 4c4a63e commit aab4267
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ import {defineConfig} from '@sanity/pkg-utils'
import path from 'path'

export default defineConfig({
extract: {
rules: {
'ae-forgotten-export': 'warn',
'ae-incompatible-release-tags': 'warn',
'ae-missing-release-tag': 'warn',
},
},

minify: false,

rollup: {
Expand Down

0 comments on commit aab4267

Please sign in to comment.