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 d09fe0d commit c271517Copy full SHA for c271517
package.json
@@ -37,6 +37,6 @@
37
"test:dev": "npm run build:dev && jest",
38
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
39
"prepare": "jest --clearCache",
40
- "release": "npm run build:prod && npm publish dist && cross-env git tag --sign v$npm_package_version && git push --tags"
+ "release": "npm run build:prod && npm publish dist && cross-env git tag v$npm_package_version && git push --tags"
41
}
42
-}
+}
0 commit comments