Skip to content

Commit 241df6a

Browse files
author
John Doe
committed
refactor: fix project setup 2
1 parent 6bbcf57 commit 241df6a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

testing/test-fixtures/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "@code-pushup/test-fixtures",
3+
"type": "module"
4+
}

testing/test-fixtures/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"sourceRoot": "testing/test-fixtures/src",
55
"projectType": "library",
66
"targets": {
7+
"build": {},
78
"lint": {},
89
"nx-release-publish": {
910
"executor": "nx:noop"

0 commit comments

Comments
 (0)