Skip to content

Commit

Permalink
[form-builder] Cleanup: remove prepublish task
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Jan 30, 2018
1 parent c29997b commit 4201970
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/@sanity/form-builder/package.json
Expand Up @@ -5,9 +5,6 @@
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib",
"compile": "babel src --copy-files --out-dir lib",
"compile:watch": "npm run compile -- --watch",
"prepublish": "in-publish && npm run compile && sanity-check || not-in-publish",
"typecheck": "flow check",
"tap": "tap --node-arg -r --node-arg ./test/.init.js",
"test": "npm run tap ./test/*.test.js ./test/**/*.test.js",
Expand Down

0 comments on commit 4201970

Please sign in to comment.