Skip to content

Commit

Permalink
don't break build on spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Jan 31, 2022
1 parent 13b299a commit f136727
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 @@
"scripts": {
"start": "node scripts/build.js --bundle --serve",
"build": "node scripts/build.js --bundle --types --copydir \"docs/dist\"",
"verify": "npm run spellcheck && npm run prettier:check && npm run lint && npm run ts-check && npm run test && npm run build",
"verify": "npm run prettier:check && npm run lint && npm run ts-check && npm run test && npm run build",
"prepublishOnly": "npm run verify",
"prettier": "prettier --write --loglevel warn .",
"prettier:check": "prettier --check --loglevel warn .",
Expand Down

0 comments on commit f136727

Please sign in to comment.