Skip to content

Commit

Permalink
fix: add prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 25, 2022
1 parent 286aa14 commit fdbc88a
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 @@ -26,8 +26,8 @@
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest",
"lint": "eslint .",
"prebuild": "rimraf build",
"build": "babel --extensions .js,.ts src -d build && rimraf **/*.test.{js,ts},integration build/**/__tests__ build/test_utils",
"prepublish": "yarn build",
"build": "babel --extensions .js,.ts src -d build && rimraf 'build/**/*.test.{js,ts},integration' 'build/**/__tests__' build/test_utils",
"prepack": "yarn build",
"format": "prettier --write \"**/*.js\" \"**/*.md\" \"**/*.ts\"",
"typecheck": "yarn tsc -p ."
},
Expand Down

0 comments on commit fdbc88a

Please sign in to comment.