mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-10 23:01:34 +00:00
Remove tsc incremental flag
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
"build:web": "babel --no-babelrc --config-file ./babel.web.config.json src --copy-files -x .ts -d lib --source-maps",
|
"build:web": "babel --no-babelrc --config-file ./babel.web.config.json src --copy-files -x .ts -d lib --source-maps",
|
||||||
"build:types": "tsc --declaration --outDir dist --emitDeclarationOnly",
|
"build:types": "tsc --declaration --outDir dist --emitDeclarationOnly",
|
||||||
"proto:gen": "pbjs -t static-module -o ./src/proto/payload.js ./src/proto/payload.proto && pbts -o ./src/proto/payload.d.ts ./src/proto/payload.js && yarn run lint --fix",
|
"proto:gen": "pbjs -t static-module -o ./src/proto/payload.js ./src/proto/payload.proto && pbts -o ./src/proto/payload.d.ts ./src/proto/payload.js && yarn run lint --fix",
|
||||||
"check-types": "tsc --incremental --noEmit",
|
"check-types": "tsc --noEmit",
|
||||||
"lint": "eslint --ext .ts src/",
|
"lint": "eslint --ext .ts src/",
|
||||||
"pretest": "yarn check-types",
|
"pretest": "yarn check-types",
|
||||||
"test": "yarn run test:node && yarn run test:web",
|
"test": "yarn run test:node && yarn run test:web",
|
||||||
|
Reference in New Issue
Block a user