Skip to content

Commit abf932a

Browse files
committed
fix prepare script
1 parent 52c130f commit abf932a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean-up": "rimraf .nyc_output && rimraf coverage && rimraf lib && rimraf dev",
1313
"compile:src": "tsc -d",
1414
"compile:test": "tsc -p tsconfig.test.json -d",
15-
"prepare": "npm run clean-up && compile:src",
15+
"prepare": "npm run clean-up && npm run compile:src",
1616
"prepublishOnly": "publish-please guard",
1717
"publish-please": "npm run autoformat && npm run clean-up && npm run test && publish-please"
1818
},

0 commit comments

Comments
 (0)