Skip to content

Commit

Permalink
Remove || true to show eslint errors
Browse files Browse the repository at this point in the history
#693
  • Loading branch information
thinkh committed Oct 15, 2022
1 parent 16bd84c commit a8cfa61
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 @@ -32,7 +32,7 @@
"dist": "mkdir lib && cd dist && tar cvzf ../lib/bundle.tar.gz *",
"docs": "visyn_scripts docs",
"lint:fix": "visyn_scripts lint --fix",
"lint": "visyn_scripts lint || true",
"lint": "visyn_scripts lint",
"prepack": "yarn run build",
"start": "visyn_scripts start --env workspace_mode=single",
"storybook:build": "NODE_OPTIONS=--max_old_space_size=4096 build-storybook",
Expand Down

0 comments on commit a8cfa61

Please sign in to comment.