Skip to content

Commit

Permalink
Merge pull request #38 from volodymyrmigdal/master
Browse files Browse the repository at this point in the history
READY : Repair install
  • Loading branch information
Wandalen authored Apr 13, 2021
2 parents 5a56f63 + 99dc7e6 commit cae3e6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ex.will.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ about :
install : 'node-gyp configure && node-gyp rebuild --msvs_version=auto'
test : 'wtest .run proto rapidity:-3'
clean : 'rm -rf build node_modules'
quick-test : 'node proto/wtools/amid/bufferFromFile/QuickTest.ss'


path :

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ function ipc( test )
{
let context = this;
let a = context.assetFor( test, false );
let _TestingPath_ = _.module.resolve( 'wTesting' );
let _TestingPath_ = a.path.nativize( _.module.resolve( 'wTesting' ) );
let locals = { _BufferFromFilePath_ : context.bufferFromFilePath, _TestingPath_, _FilePath_ : context.filePath };
let program1Path = a.program({ routine : program1, locals });

Expand Down
3 changes: 2 additions & 1 deletion was.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"node-pre-gyp-github-release" : "node-pre-gyp-github publish --release",
"test" : "wtest .run proto rapidity:-3",
"make_doc" : "./doc.sh",
"clean" : "rm -rf build node_modules binding"
"clean" : "rm -rf build node_modules binding",
"quick-test" : "node proto/wtools/amid/bufferFromFile/QuickTest.ss"
},
"binary" :
{
Expand Down

0 comments on commit cae3e6f

Please sign in to comment.