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 abbb590 commit e550f9aCopy full SHA for e550f9a
package.json
@@ -13,7 +13,6 @@
13
},
14
"license": "ISC",
15
"scripts": {
16
- "setup.yarn": "lerna run setup.yarn",
17
"build": "lerna run build",
18
"build.watch": "lerna run build.watch",
19
"build.all": "lerna run build.all",
@@ -41,8 +40,6 @@
41
40
"start": "./node_modules/.bin/ntl -A -s 15 -o",
42
"submodules": "git submodule update --init",
43
"sync": "node ./tools/sync.js",
44
- "sync.test": "node ./tools/sync.js",
45
- "tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
46
"update": "node ./tools/update.js",
47
"doc": "node tools/builddoc.mjs"
48
0 commit comments