Files
cypress/packages/static/package.json
T
Brian Mann e5da1bdd61 all: remove running npm run build in root monorepo - move concerns into each package
-this prevents situations like building the docs twice
-this enables each package to more finely tune how and when it builds
2017-05-17 17:57:52 -04:00

14 lines
249 B
JSON

{
"name": "static",
"main": "index.js",
"scripts": {
"postinstall": "npm run build",
"build": "gulp build",
"test": "echo 'Nothing to test yet'"
},
"devDependencies": {
"@cypress/icons": "0.5.2",
"gulp": "^3.9.1"
}
}