Skip to content

Commit

Permalink
feat: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCG committed Nov 14, 2023
1 parent f5c0b1c commit abc3077
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 @@ -35,8 +35,8 @@
"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:prettier:fix": "npm run prettier -- --write",
"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 abc3077

Please sign in to comment.