Skip to content

Commit

Permalink
Build the package in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Minivera committed Apr 6, 2021
1 parent 7080f27 commit aa0aea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minivera/testifyjs",
"version": "1.0.1",
"version": "1.0.2",
"description": "Declarative test framework for JavaScript inspired by the modern testing standards, without any magic",
"main": "dist/testify.js",
"module": "dist/testify.js",
Expand All @@ -12,6 +12,7 @@
"dist"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc --esModuleInterop",
"build:test": "tsc -p tsconfig.test.json",
"test": "npm run build:test && node --experimental-modules -r esm ./dist/test.js",
Expand Down

0 comments on commit aa0aea8

Please sign in to comment.