Skip to content

Commit

Permalink
build: remove lint script at designer
Browse files Browse the repository at this point in the history
  • Loading branch information
laske185 committed Aug 23, 2023
1 parent ba0f6dd commit 234a2b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"-cucumber": "cross-env NIGHTWATCH_ENV=chrome cucumber-js tests/cucumber/features/**/*.feature --require @babel/register --require cucumber.conf.js --require tests/cucumber/step-definitions --format node_modules/cucumber-pretty --format json:.reports/cucumber/report.json",
"-e2e": "nightwatch",
"format": "prettier --check src/** --no-error-on-unmatched-pattern",
"lint": "rem eslint src && tsc --noemit",
":prepare": "rimraf .husky && husky install && husky add .husky/commit-msg \"npx commitlint --edit $1\" && husky add .husky/pre-commit \"npm run lint\" && husky add .husky/pre-commit \"npm run format\" && husky add .husky/pre-commit \"npm run unused\"",
"serve": "cross-env NODE_ENV=development webpack serve --devtool=source-map --no-hot",
"start": "npm run serve -- --open",
Expand Down

0 comments on commit 234a2b8

Please sign in to comment.