Skip to content

Commit aa0aea8

Browse files
committed
Build the package in GitHub actions
1 parent 7080f27 commit aa0aea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minivera/testifyjs",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Declarative test framework for JavaScript inspired by the modern testing standards, without any magic",
55
"main": "dist/testify.js",
66
"module": "dist/testify.js",
@@ -12,6 +12,7 @@
1212
"dist"
1313
],
1414
"scripts": {
15+
"prepublishOnly": "npm run build",
1516
"build": "tsc --esModuleInterop",
1617
"build:test": "tsc -p tsconfig.test.json",
1718
"test": "npm run build:test && node --experimental-modules -r esm ./dist/test.js",

0 commit comments

Comments
 (0)