From a0b13ebcacfd74b9f521110c7225bb404325bcd3 Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Tue, 6 Nov 2018 13:48:05 +0100 Subject: reordered modules, add es6 build --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index f77fe3c..3c6ef31 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,8 @@ "license": "MIT", "typings": "./svg.js.d.ts", "scripts": { - "build": "npx rollup -c", + "build": "npx eslint ./src --fix && npx rollup -c", + "rollup": "npx rollup -c", "lint": "npx eslint ./src", "fix": "npx eslint ./src --fix", "test": "npx karma start .config/karma.conf.js --single-run", -- cgit v1.2.3