Skip to content

Commit

Permalink
chore: possible fixes gh actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MiracleUFO committed Oct 2, 2023
1 parent 4817609 commit b4ce892
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NODE_ENV='development'
NODE_ENV=development

TRANSLATE_API_PROXY=
TRANSLATE_API_PROXY=
3 changes: 3 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ jobs:
VALIDATE_MARKDOWN: false
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.js
VALIDATE_JAVASCRIPT_STANDARD: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build:esm": "tsc -p ./configs/tsconfig.esm.json && mv build/esm/index.js build/esm/index.mjs",
"build:cjs": "tsc -p ./configs/tsconfig.cjs.json",
"semantic-release": "semantic-release",
"test": "env-cmd -f .env.local react-scripts test --runInBand --no-cache",
"test": "env-cmd -f .env.development react-scripts test --runInBand --no-cache",
"prepack": "npm run build",
"lint": "eslint src --ext .js,.jsx,.tsx,.ts --fix"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"jsx": "react-jsxdev",
"strict": true,
"esModuleInterop": true
},
Expand Down

0 comments on commit b4ce892

Please sign in to comment.