Skip to content

Commit 204365a

Browse files
committed
prettify works
1 parent f01c065 commit 204365a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
"description": "prettify code plugin",
55
"main": "prettify.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
7+
"test": "mocha test.js --reporter spec",
8+
"postversion": "git push --tags && git push",
9+
"preversion": "npm test",
10+
"release:pre": "npm version prerelease && npm publish",
11+
"release:patch": "npm version patch && npm publish",
12+
"release:minor": "npm version minor && npm publish",
13+
"release:major": "npm version major && npm publish",
814
"postinstall": "install-engine-dependencies"
915
},
1016
"repository": {

0 commit comments

Comments
 (0)