Skip to content

Commit 51fb636

Browse files
refactor: fix script typo
1 parent 248f5f7 commit 51fb636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"clean": "npm run clean:analyzer && npm run clean:viewer",
2626
"build:analyzer": "npm run clean:analyzer && babel src -d lib --copy-files",
2727
"build:viewer": "npm run clean:viewer && webpack-cli --node-env=production",
28-
"build": "npm run build:analyzer && build:viewer",
28+
"build": "npm run build:analyzer && npm run build:viewer",
2929
"watch:analyzer": "npm run build:analyzer -- --watch",
3030
"watch:viewer": "npm run build:viewer -- --node-env=development --watch",
3131
"npm-publish": "npm run lint && npm run build && npm test && npm publish",

0 commit comments

Comments
 (0)