Skip to content

Commit

Permalink
chore(lint): add nuxi typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Aug 10, 2022
1 parent 6e0624d commit fd5b0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:visual": "WAIT_ON_TIMEOUT=600000 start-server-and-test 'pnpm storybook --ci' 6006 'sh ./.storybook/storycap/test.sh'",
"docker:build:test-visual": "docker build -t maevsi/maevsi:test-visual --target test-visual_standalone ../",
"lint": "pnpm lint:js && pnpm lint:style",
"lint:js": "eslint --cache --ext .js,.ts,.vue --ignore-path .gitignore .",
"lint:js": "eslint --cache --ext .js,.ts,.vue --ignore-path .gitignore . && pnpm nuxi typecheck",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint:fix": "pnpm lint:js --fix && pnpm lint:style --fix",
"lint:quiet": "pnpm lint:js --quiet && pnpm lint:style --quiet",
Expand Down

0 comments on commit fd5b0bf

Please sign in to comment.