Skip to content

Commit

Permalink
remove lint from ci (swimlane#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypercubed authored Feb 24, 2022
1 parent 6f643ce commit ee320a0
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 @@ -17,7 +17,7 @@
"build-docs": "cross-env NODE_ENV=production ng build --configuration production --no-aot --no-build-optimizer --base-href=\"/ngx-graph/\"",
"predeploy-docs": "npm run build-docs",
"deploy-docs": "angular-cli-ghpages --dir ./dist/ngxGraph",
"ci": "run-s lint prettier:ci",
"ci": "run-s prettier:ci",
"preversion": "npm run ci",
"package": "run-s build:lib:prod copy-files",
"prepublish:lib": "npm run package",
Expand Down

0 comments on commit ee320a0

Please sign in to comment.