We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd1497 commit 61a6bfaCopy full SHA for 61a6bfa
package.json
@@ -1,15 +1,14 @@
1
{
2
"name": "@mattapperson/slapshot",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"main": "lib/index.js",
5
"description": "Mock method calls with snapshots, run your intigation tests online or offline!",
6
"license": "MIT",
7
"scripts": {
8
"prepare": "npm run build",
9
"build": "tsc -p tsconfig.build.json",
10
"test": "jest",
11
- "prepublishOnly": "npm test",
12
- "publish": "release-it"
+ "release": "yarn test && release-it"
13
},
14
"release-it": {
15
"git": {
0 commit comments