We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74024e5 commit 6d7d31cCopy full SHA for 6d7d31c
package.json
@@ -12,10 +12,11 @@
12
"url": "https://github.com/sponsors/dmonad"
13
},
14
"scripts": {
15
- "dist": "rm -rf dist && rollup -c && tsc --skipLibCheck",
+ "clean": "rm -rf dist",
16
+ "dist": "npm run clean && rollup -c && tsc --skipLibCheck",
17
"lint": "standard && tsc",
18
"test": "npm run lint",
- "preversion": "npm run lint && npm run dist && test -e dist/src/y-websocket.d.ts && test -e dist/y-websocket.cjs"
19
+ "preversion": "npm run dist && test -e dist/src/y-websocket.d.ts && test -e dist/y-websocket.cjs"
20
21
"files": [
22
"dist/*",
0 commit comments