Skip to content

Commit

Permalink
chore: update prepublish script and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 21, 2023
1 parent bebee7a commit b28832a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion misc/how_to_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Install the libraries locally and test whether they work correctly:

cd tmp-folder
npm install jsoneditor
bower install jsoneditor


## Done
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "mocha test --require @babel/register",
"lint": "standard --env=mocha",
"format": "standard --env=mocha --fix",
"prepublishOnly": "npm test && npm run build"
"prepublishOnly": "npm run build-and-test"
},
"dependencies": {
"ace-builds": "^1.27.0",
Expand Down

0 comments on commit b28832a

Please sign in to comment.