We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36efdc4 commit fa9f42bCopy full SHA for fa9f42b
prepublish.js
@@ -1,10 +1,10 @@
1
var fs = require("fs"),
2
- path = require("path"),
3
- grunt = require("grunt");
+ path = require("path");
4
5
var pathToTypeScriptEntryPoint = path.join(__dirname, "lib", "ios-sim.ts");
6
if (fs.existsSync(pathToTypeScriptEntryPoint)) {
7
- var callback = function(err) {};
+ var callback = function(err) {},
+ grunt = require("grunt");
8
9
grunt.cli.tasks = ["ts:devlib"];
10
grunt.cli(null, callback);
0 commit comments