Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
include with generate
Browse files Browse the repository at this point in the history
  • Loading branch information
scottqueen-bixal committed Jan 17, 2024
1 parent a5ad36f commit 89bca8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt",
"build": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt build",
"start": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt start",
"generate": "gulp && nuxt generate",
"generate": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"sonarqube": "npm test && ./sonar_scanner_cli.bash",
"lint": "npm run lint:js",
Expand Down

0 comments on commit 89bca8d

Please sign in to comment.