Skip to content

Commit 3182177

Browse files
committed
Add debug command
1 parent 751bb48 commit 3182177

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

TODO.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@
12271227
12281228
234. mk recipe to read a dep readme and launch in an electron window/browser
12291229
1230-
235. nlp levi dist (see also [damlev](https://github.com/WatchBeam/damlev))
1230+
235. nlp levi dist (see also [damlev](https://github.com/WatchBeam/damlev) and [leven](https://github.com/sindresorhus/leven/blob/master/index.js))
12311231
12321232
236. [travis-deploy-example](https://github.com/bcoe/travis-deploy-example)
12331233
@@ -1506,6 +1506,8 @@
15061506
15071507
359. [pretty-format](https://www.npmjs.com/package/pretty-format)
15081508
1509+
360. [memo](https://github.com/feross/memo)
1510+
15091511
15101512
---
15111513

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ install:
211211
- cmd: echo %PATH%
212212

213213
# Perform installation tasks:
214+
- cmd: node /c/projects/stdlib/lib/node_modules/\@stdlib/tools/library-manifest/examples/
214215
- cmd: '%WIN_MAKE% FC=%FC% FORTRAN_COMPILER=%FORTRAN_COMPILER% NODE_GYP_FLAGS="--python %PYTHON% --msvs_version=2015" install'
215216

216217

0 commit comments

Comments
 (0)