Skip to content

Commit f9d02dd

Browse files
committed
Remove prepare script
1 parent 262bc07 commit f9d02dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
},
5858
"scripts": {
5959
"build": "rimraf dist && rollup -c && babel dist/cjs --out-dir dist/cjs && babel dist/esm --out-dir dist/esm",
60-
"test": "echo \"TBD\" && exit 0",
61-
"prepare": "yarn build"
60+
"test": "echo \"TBD\" && exit 0"
6261
}
6362
}

0 commit comments

Comments
 (0)