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

Commit

Permalink
Feature #4918: Upgrade Core Components
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdmaster committed Jul 30, 2020
1 parent c303770 commit ae620a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -12,10 +12,10 @@
"dev-no-axe": "cross-env NODE_ENV=dev-no-axe GENERATE_ENV=development nuxt-ts",
"build": "nuxt-ts build",
"start": "cross-env NODE_ENV=production nuxt-ts start",
"generate:deploy": "cross-env GENERATE_ENV=production nuxt-ts build && nuxt-ts generate",
"generate:dev": "cross-env GENERATE_ENV=development nuxt-ts build && nuxt-ts generate",
"generate": "eslint './**/*.{js,ts,vue}' && nuxt-ts build && nuxt-ts generate",
"lint-and-generate": "eslint './**/*.{js,ts,vue}' && nuxt-ts build && nuxt-ts generate",
"generate:deploy": "cross-env GENERATE_ENV=production nuxt-ts generate",
"generate:dev": "cross-env GENERATE_ENV=development nuxt-ts generate",
"generate": "eslint './**/*.{js,ts,vue}' && nuxt-ts generate",
"lint-and-generate": "eslint './**/*.{js,ts,vue}' && nuxt-ts generate",
"test": "echo 'skip tests (there is no test)'",
"lint": "eslint './**/*.{js,ts,vue}'",
"lint:fix": "eslint './**/*.{js,ts,vue}' --fix",
Expand Down

0 comments on commit ae620a4

Please sign in to comment.