1
0
Fork 0

exclude test files

This commit is contained in:
ssube 2021-07-24 14:45:14 -05:00
parent f8194e4b17
commit d9d06eb469
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
.nyc_output/
node_modules/
out/coverage/
out/test/
test/
Makefile

View File

@ -1,7 +1,5 @@
.PHONY: build ci clean cover docs graph image install push run run-debug run-image test
.PHONY: build ci clean cover docs graph image install push test
DOCKER_ARGS ?=
DOCKER_IMAGE := ssube/textual-engine
GIT_ARGS ?=
GIT_HEAD_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
NODE_ARGS ?=

View File

@ -1,6 +1,6 @@
{
"name": "mocha-foam",
"version": "0.1.0",
"version": "0.1.1",
"main": "out/src/index.js",
"author": "ssube <seansube@gmail.com>",
"license": "MIT",