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

Commit b1a20ef

Browse files
committed
Add placeholder for tests.
1 parent b3b6c6c commit b1a20ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"build": "npm run clean && npm run build:css && npm run build:commonjs && npm run build:esmodule && npm run build:umd && npm run build:var && npm run build:types",
1818
"clean": "rimraf -rf dist-css dist-umd dist-commonjs dist-esmodule dist-var types",
1919
"prepublishOnly": "npm run build && npm run test",
20-
"start": "npx serve"
20+
"start": "npx serve",
21+
"test": ""
2122
},
2223
"repository": {
2324
"type": "git",

0 commit comments

Comments
 (0)