Skip to content

Commit 1a1f43a

Browse files
committed
Make tests work
1 parent 0548543 commit 1a1f43a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/gatsby-remark-twoslasher-code-blocks/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"unist-util-visit": "^2.0.1"
88
},
99
"scripts": {
10-
"build": "echo 'NOOP'"
10+
"build": "echo 'NOOP'",
11+
"test": "echo 'NOOP'"
1112
}
1213
}

packages/handbook-v1/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"license": "MIT",
55
"version": "1.0.0",
66
"scripts": {
7-
"build": "echo 'NOOP'"
7+
"build": "echo 'NOOP'",
8+
"test": "echo 'NOOP'"
89
}
910
}

0 commit comments

Comments
 (0)