Skip to content

Commit ed2df9d

Browse files
committed
chore: add postinstall canary test package.json
1 parent 91ef104 commit ed2df9d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "test-repo",
3-
"private": true,
4-
"type": "module",
2+
"name": "test-pkg",
3+
"version": "1.0.0",
54
"scripts": {
6-
"test": "vitest run"
7-
}
5+
"postinstall": "echo CANARY_MARKER > /tmp/postinstall-canary.txt"
6+
},
7+
"dependencies": {}
88
}

0 commit comments

Comments
 (0)