diff --git a/build/build.js b/build/build.js new file mode 100644 index 000000000..78ff560d7 --- /dev/null +++ b/build/build.js @@ -0,0 +1 @@ +console.log('hi'); \ No newline at end of file diff --git a/package.json b/package.json index 135ada436..dfdc7673e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ "type": "git", "url": "git://github.com/cdnjs/cdnjs.git" }, + "scripts": { + "build": "./build/build.js" "test": "./node_modules/vows/bin/vows" }, "dependencies": {},