gah cant use agadoo because of placeholder imports

This commit is contained in:
Rich Harris
2018-09-30 18:21:28 -04:00
parent 8530d06d00
commit b915bab070

View File

@@ -71,7 +71,7 @@
},
"scripts": {
"cy:open": "cypress open",
"test": "mocha --opts mocha.opts && agadoo templates/dist/client.js",
"test": "mocha --opts mocha.opts",
"pretest": "npm run build",
"build": "rm -rf dist && rollup -c",
"prepare": "npm run build",