Skip to content

Commit

Permalink
feat: new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Apr 16, 2024
1 parent 1385dab commit 4c7df67
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

19 changes: 0 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"generateFlags": "ts-node --files scripts/generateFlags.ts",
"prettier": "prettier --write ./src ./scripts",
"eslint": "eslint --ext .ts --ext .tsx --max-warnings 0 .",
"build": "tsc --p tsconfig.build.json",
"prepare": "husky install",
"build": "npm run generateLanguageInfo && npm run generateFlags && npm run tsc",
"tsc": "tsc --p tsconfig.build.json",
"release": "semantic-release"
},
"files": [
Expand All @@ -39,7 +39,6 @@
"eslint": "^7.28.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"jest": "^27.0.4",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.0",
Expand Down

0 comments on commit 4c7df67

Please sign in to comment.