You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Tools: Fixing Windows CI build
This commit is contained in:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user