mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
fixed some tests, lint, better run-scripts
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||
"main": "y.js",
|
||||
"scripts": {
|
||||
"test": "gulp test",
|
||||
"lint": "standard",
|
||||
"build": "gulp build"
|
||||
"test": "./node_modules/.bin/gulp test",
|
||||
"lint": "./node_modules/.bin/standard",
|
||||
"build": "./node_modules/.bin/standard build"
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint",
|
||||
|
||||
Reference in New Issue
Block a user