comparison tasks.py @ 19:23fa6402c728

more merge i think
author drewp@bigasterisk.com
date Thu, 12 Dec 2019 23:07:06 -0800
parents 4bf74032e2e8
children 09080dc809ed
comparison
equal deleted inserted replaced
18:4bf74032e2e8 19:23fa6402c728
16 ctx.run(f'cp streamed-graph.css /my/site/homepage/www/rdf/streamed-graph.css') 16 ctx.run(f'cp streamed-graph.css /my/site/homepage/www/rdf/streamed-graph.css')
17 17
18 @task 18 @task
19 def test(ctx): 19 def test(ctx):
20 ctx.run(f'node_modules/.bin/webpack-cli --config webpack-test.config.ts') 20 ctx.run(f'node_modules/.bin/webpack-cli --config webpack-test.config.ts')
21 <<<<<<< working copy
22 ctx.run(f'node_modules/.bin/ts-node node_modules/.bin/jasmine --config=jasmine.json') 21 ctx.run(f'node_modules/.bin/ts-node node_modules/.bin/jasmine --config=jasmine.json')
23 22
24 # one time: 23 # one time:
25 # yarn policies set-version v2 24 # yarn policies set-version v2
26 # in vscode, ctrl-p then: ext install ark120202.vscode-typescript-pnp-plugin 25 # in vscode, ctrl-p then: ext install ark120202.vscode-typescript-pnp-plugin
27 # or see https://next.yarnpkg.com/advanced/pnpify for a compatibility runner. 26 # or see https://next.yarnpkg.com/advanced/pnpify for a compatibility runner.
28 =======
29 ctx.run(f'node_modules/.bin/ts-node node_modules/.bin/jasmine --config=jasmine.json')>>>>>>> merge rev