Skip to content

Commit

Permalink
Update package.json: change available scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Oct 31, 2019
1 parent a6fc091 commit c4dd77e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"start": "npm run dev",
"rollup": "node build/rollup.js",
"clean": "rm -rf lib/*",
"prepare-package": "node build/prepare-package",
"build": "npm run clean && npm run lint && npm run rollup -- --format=es,umd",
"unit": "cross-env NODE_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
Expand Down

0 comments on commit c4dd77e

Please sign in to comment.