Skip to content

Commit

Permalink
hotfix: update packsage.json build script
Browse files Browse the repository at this point in the history
  • Loading branch information
FarajiA committed Jan 11, 2021
1 parent e48e059 commit 763f1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"docs": "docs/assets/scripts/hedwig-main.umd.js",
"scripts": {
"preinstall": "npm install [email protected] --save-dev --save-exact",
"build": "./node_modules/rollup/bin/rollup -c",
"dev": "./node_modules/rollup/bin/rollup -c -w",
"build": "rollup -c",
"dev": "rollup -c -w",
"unit-test": "./node_modules/karma/bin/karma start",
"visual-test": "node backstop.js --test --singleRun",
"pretest": "npm run build",
Expand Down

0 comments on commit 763f1e7

Please sign in to comment.