mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
Tools: Fixing Windows CI build
This commit is contained in:
parent
8cd37d602c
commit
90d58e4e2b
@ -10,7 +10,6 @@ platform:
|
||||
|
||||
install:
|
||||
- ps: Install-Product node 10 x64
|
||||
- yarn
|
||||
|
||||
build_script:
|
||||
- npm install
|
||||
|
@ -10,7 +10,7 @@
|
||||
"linter": "./node_modules/.bin/eslint --resolve-plugins-relative-to . --fix --quiet --ext .js --ext .jsx --ext .ts --ext .tsx",
|
||||
"linter-precommit": "./node_modules/.bin/eslint --resolve-plugins-relative-to . --fix --ext .js --ext .jsx --ext .ts --ext .tsx",
|
||||
"linter-ci": "./node_modules/.bin/eslint --resolve-plugins-relative-to . --quiet --ext .js --ext .jsx --ext .ts --ext .tsx",
|
||||
"postinstall": "lerna bootstrap && npm run tsc",
|
||||
"postinstall": "lerna bootstrap --no-ci && npm run tsc",
|
||||
"tsc": "lerna run tsc --stream --parallel",
|
||||
"watch": "lerna run watch --stream --parallel",
|
||||
"updateIgnored": "gulp updateIgnoredTypeScriptBuild",
|
||||
|
Loading…
Reference in New Issue
Block a user