Skip to content

Commit

Permalink
feat: revert adding scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCG committed Nov 14, 2023
1 parent abc3077 commit 80c2743
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
"lint": "run-p lint:*",
"lint:js": "eslint --report-unused-disable-directives .",
"lint:exports": "npm run build && npm pack && attw gravity-ui-app-layout-${npm_package_version}.tgz",
"lint:prettier": "npm run prettier -- --check",
"lint:other": "npm run prettier -- --check",
"prettier": "prettier '**/*.{md,yaml,yml,json}'",
"prettier:fix": "npm run prettier -- --write",
"typecheck": "tsc --noEmit",
"test": "jest",
"build": "npm run build:clean && run-p build:compile:*",
Expand Down

0 comments on commit 80c2743

Please sign in to comment.