Skip to content

Commit

Permalink
Merge pull request #2 from mona-health/fix/build
Browse files Browse the repository at this point in the history
build: build step was missing at the end
  • Loading branch information
ianchanning authored Mar 4, 2024
2 parents 7c09532 + 2467538 commit 6522d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"clean": "rimraf lib dist",
"build": "cross-env BABEL_ENV=rollup rollup -c",
"start": "cross-env BABEL_ENV=test NODE_ENV=development webpack-dev-server",
"prepare": "husky && npm run lint && npm test && npm run clean && npm run types",
"prepare": "husky && npm run lint && npm test && npm run clean && npm run types && npm run build",
"lint": "eslint ./src ./tests ./*.js",
"lint-fix": "eslint --fix ./src ./tests ./*.js",
"test": "npm run build && npm run test:input && npm run test:server-render && npm run test:build",
Expand Down

0 comments on commit 6522d48

Please sign in to comment.