Skip to content

Commit

Permalink
chore(patch): fix npm prepare didn't complete for npm pack command
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jan 5, 2024
1 parent ba44fb0 commit 2864824
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 @@ -59,7 +59,7 @@
"scripts": {
"start": "cd site && npm run start",
"clean": "rimraf modules polyfills",
"build": "npm run clean && concurrently \"npm run build:less\" \"npm run build:ts\" \"npm run build:docs\"",
"build": "npm run clean && npm run build:less && npm run build:ts && npm run build:docs",
"build:ts": "tsc --project tsconfig.build.json",
"build:less": "npm run build:less:cpy && npm run build:less:css",
"build:less:cpy": "copyfiles \"src/**/*.less\" \".\" --up 1 --all",
Expand Down

0 comments on commit 2864824

Please sign in to comment.