Skip to content

Commit

Permalink
update test and build scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aborazmeh committed Jul 10, 2024
1 parent 08152f9 commit fdb49a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"src/"
],
"scripts": {
"test": "textlint-scripts test",
"build": "textlint-scripts build",
"test": "npm run update; textlint-scripts test",
"build": "npm run update; textlint-scripts build",
"prepublish": "npm run --if-present build",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"update": "node src/update.js"
Expand Down

0 comments on commit fdb49a5

Please sign in to comment.