Add test script and Actions workflow

This commit is contained in:
James M. Greene
2022-06-07 14:25:56 -05:00
parent 5da06fdf1c
commit 1be290acd6
2 changed files with 27 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "src/index.js",
"scripts": {
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt"
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",
"test": "jest"
},
"repository": {
"type": "git",