Skip to content

Commit

Permalink
fix: fix publish failed due to git add command (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
laggage authored Feb 26, 2023
1 parent 9982f98 commit ddd13df
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 @@
"browser": "browserify index.js -t [ babelify --presets [ @babel/preset-env ] ] --standalone markdown-it-attrs -o markdown-it-attrs.browser.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"preversion": "mocha && npm run browser && git add markdown-it-attrs.browser.js",
"preversion": "mocha && npm run browser",
"test": "npm run lint && nyc mocha"
},
"homepage": "https://github.com/arve0/markdown-it-attrs",
Expand Down

0 comments on commit ddd13df

Please sign in to comment.