Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29730644: Issue 6514 - IOToggle Custom Element (Closed)
Patch Set: Created March 26, 2018, 2:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: package.json
===================================================================
--- a/package.json
+++ b/package.json
@@ -12,18 +12,19 @@
"prepare": "python2 ensure_dependencies.py",
"start": "http-server & npm run watch",
"bundle": "npm run bundle:desktop-options.js && npm run bundle:desktop-options.css",
"bundle:desktop-options.css": "npm run bash:css ./css/desktop-options.scss ./skin/desktop-options.css",
"bundle:desktop-options.js": "npm run bash:js ./js/desktop-options.js ./desktop-options.js",
"watch": "npm run watch:desktop-options.js & npm run watch:desktop-options.css",
"watch:desktop-options.css": "watch 'npm run bundle:desktop-options.css' ./css",
"watch:desktop-options.js": "watch 'npm run bundle:desktop-options.js' ./js",
- "test": "npm run test:io-element.js && http-server",
+ "test": "npm run test:io-element.js && npm run test:io-toggle.js && http-server",
"test:io-element.js": "npm run bashForTest:js io-element && npm run bundleTest:js io-element",
+ "test:io-toggle.js": "npm run bashForTest:js io-toggle && npm run bundleTest:js io-toggle",
"postinstall": "npm run bundle"
},
"dependencies": {
"browserify": "^16.1.0",
"document-register-element": "^1.7.2",
"eslint": "^4.16.0",
"eslint-config-eyeo": "^2.0.0",
"http-server": "^0.11.1",

Powered by Google App Engine
This is Rietveld