Skip to content

Commit da62a78

Browse files
committed
fix missing test script required when publishing on npm
empty for now however
1 parent 2a24ff0 commit da62a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"scripts": {
6767
"build": "npm run lint && rollup -c --silent",
6868
"lint": "eslint src/**.js rollup.config.mjs",
69+
"test": "",
6970
"prepublishOnly": "npm run build && npm run test",
7071
"clean": "del-cli --force build/*.*"
7172
}

0 commit comments

Comments
 (0)