Skip to content

Commit 27e6c81

Browse files
authored
Fix typo in scripts (#614)
1 parent 732416a commit 27e6c81

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
@@ -68,7 +68,7 @@
6868
"type": "module",
6969
"types": "libcjs/index.d.ts",
7070
"scripts": {
71-
"clean": "rm -rf libcsm/ libesm/ dist/ coverage/ .nyc_output/",
71+
"clean": "rm -rf libcjs/ libesm/ dist/ coverage/ .nyc_output/",
7272
"lint": "yarn eslint",
7373
"build": "yarn lint && yarn generate-esm && yarn generate-cjs && yarn check-types && yarn run-rollup && yarn run-uglify",
7474
"generate-cjs": "yarn tsc --module commonjs --outDir libcjs && node --eval \"fs.writeFileSync('libcjs/package.json', JSON.stringify({type:'commonjs',sideEffects:false}))\"",

0 commit comments

Comments
 (0)