Skip to content

Commit

Permalink
added test script
Browse files Browse the repository at this point in the history
  • Loading branch information
smnh committed Feb 3, 2021
1 parent b1ef5bb commit d00ab00
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 @@ -4,7 +4,7 @@
"description": "Stackbit's static site generator powered by Nunjucks templating language",
"main": "src/unibit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "jest",
"version-patch": "npm version patch -m \"bumped version to v%s\"",
"version-minor": "npm version minor -m \"bumped version to v%s\""
},
Expand Down

0 comments on commit d00ab00

Please sign in to comment.