We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c704091 commit 6c7320bCopy full SHA for 6c7320b
1 file changed
package.json
@@ -142,6 +142,8 @@
142
"validate": "node ./test/validate-turtle.js",
143
"nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha --recursive test/",
144
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/",
145
+ "prepublishOnly": "npm test",
146
+ "postpublish": "git push --follow-tags",
147
"test": "npm run standard && npm run validate && npm run nyc",
148
"clean": "rimraf config/templates config/views",
149
"reset": "rimraf .db data && npm run clean"
0 commit comments