We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a28559 commit 938a22aCopy full SHA for 938a22a
package.json
@@ -22,7 +22,8 @@
22
"test:setup": "cd ./test/fixtures/dist-test && npm install",
23
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest -i --forceExit",
24
"test:watch": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --watch -i --forceExit",
25
- "test:cov": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --coverage -i --forceExit"
+ "test:cov": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --coverage -i --forceExit",
26
+ "semantic-release": "semantic-release"
27
},
28
"type": "module",
29
"engines": {
0 commit comments