Skip to content

Commit

Permalink
fix(ci): build project between deploy steps and publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski authored and sherwinski committed Jul 26, 2022
1 parent b9441b9 commit 2cd0cdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es --source-maps",
"build:watch": "cross-env BABEL_ENV=es babel src --out-dir es --watch",
"clean": "rimraf lib es",
"prepublish": "npm run build",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"pretty": "prettier --write '{src,test}/**/*.{js,jsx}'",
"release": "standard-version",
"test:headless": "karma start config/karma/karmaConfigHeadless.js --singleRun",
Expand Down

0 comments on commit 2cd0cdf

Please sign in to comment.