comparison tasks.py @ 18:4bf74032e2e8

merge
author drewp@bigasterisk.com
date Thu, 12 Dec 2019 22:57:14 -0800
parents 94629c39681c 7ca4ff2088c3
children 23fa6402c728
comparison
equal deleted inserted replaced
17:94629c39681c 18:4bf74032e2e8
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
21 ctx.run(f'node_modules/.bin/ts-node node_modules/.bin/jasmine --config=jasmine.json') 22 ctx.run(f'node_modules/.bin/ts-node node_modules/.bin/jasmine --config=jasmine.json')
22 23
23 # one time: 24 # one time:
24 # yarn policies set-version v2 25 # yarn policies set-version v2
25 # in vscode, ctrl-p then: ext install ark120202.vscode-typescript-pnp-plugin 26 # in vscode, ctrl-p then: ext install ark120202.vscode-typescript-pnp-plugin
26 # or see https://next.yarnpkg.com/advanced/pnpify for a compatibility runner. 27 # 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