Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 2ec0763

Browse files
chore: add test script for all examples (#26)
* chore: add test script for all examples * fix: remove test:example script
1 parent 7b553ba commit 2ec0763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"main": "index.js",
99
"scripts": {
1010
"clean": "echo 'Nothing to clean...'",
11-
"start": "npm run test:example",
11+
"start": "npm run test",
1212
"serve": "npm run start",
13-
"test:example": "node tests/test.js"
13+
"test": "node tests/test.js"
1414
},
1515
"dependencies": {
1616
"ipfs": "^0.58.1"

0 commit comments

Comments
 (0)