Skip to content

Commit

Permalink
fix: edit build script fp-87 fp-87 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove authored Dec 9, 2023
1 parent 43d670a commit 5b0789c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:dist": "tsc -p tsconfig.build.json",
"build:cp": "cp -r src readme.md package.json LICENSE dist",
"build:pkg": "cd dist && npm pkg set types=\"./src/index.d.ts\"",
"build": "npm run ci:build:clean && npm run ci:build:dist && npm run ci:build:pkg && npm run ci:build:cp"
"build": "npm run build:clean && npm run build:dist && npm run build:pkg && npm run build:cp"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
Expand Down

0 comments on commit 5b0789c

Please sign in to comment.