Skip to content

Commit

Permalink
chore: remove --debug
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mnater committed Oct 15, 2023
1 parent 5af4f8a commit fbc66fc
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 @@ -80,7 +80,7 @@
"pretest": "npm run lint",
"test": "c8 tap --disable-coverage --allow-empty-coverage test/*.js",
"testsuite": "open http://127.0.0.1/~mnater/Hyphenopoly/testsuite/ && open http://127.0.0.1/~mnater/Hyphenopoly/min/testsuite/",
"lint": "eslint --debug Hyphenopoly_Loader.js Hyphenopoly.js hyphenopoly.module.js test/*.js src/*.ts && remark -q *.md && remark -q */*.md",
"lint": "eslint Hyphenopoly_Loader.js Hyphenopoly.js hyphenopoly.module.js test/*.js src/*.ts && remark -q *.md && remark -q */*.md",
"prepare": "sh ./tools/minify.sh",
"beforeRelease": "npm run prepare && cp -R ./min ./docs/ && cp ./examples/example.html ./docs/min/ && cp -R ./examples/webpack/dist ./docs/",
"doc": "cd ./docs/ && bundle exec jekyll serve -l -o"
Expand Down

0 comments on commit fbc66fc

Please sign in to comment.