We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7080f27 commit aa0aea8Copy full SHA for aa0aea8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@minivera/testifyjs",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Declarative test framework for JavaScript inspired by the modern testing standards, without any magic",
5
"main": "dist/testify.js",
6
"module": "dist/testify.js",
@@ -12,6 +12,7 @@
12
"dist"
13
],
14
"scripts": {
15
+ "prepublishOnly": "npm run build",
16
"build": "tsc --esModuleInterop",
17
"build:test": "tsc -p tsconfig.test.json",
18
"test": "npm run build:test && node --experimental-modules -r esm ./dist/test.js",
0 commit comments