Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Sep 7, 2023
1 parent 8deb8db commit 1fd4437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playlet-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prebuild:prod": "npm run prebuild",
"build:dev": "bsc --create-package --debug --sourceMap=true --lintConfig ../config/bslint.jsonc",
"build:prod": "bsc --create-package --sourceMap=false --lintConfig ../config/bslint.jsonc",
"postbuild": "mkdir -p ../release && cp ../dist/playlet-lib.zip ../playlet-app/src/lib/playlet-lib.zip",
"postbuild": "mkdir -p ../release && mkdir -p ../playlet-app/src/lib && cp ../dist/playlet-lib.zip ../playlet-app/src/lib/playlet-lib.zip",
"postbuild:dev": "npm run postbuild",
"postbuild:prod": "npm run postbuild && cp ../dist/playlet-lib.zip ../release/playlet-lib.zip",
"lint": "bslint --project bsconfig.lint.json --lintConfig ../config/bslint.jsonc",
Expand Down

0 comments on commit 1fd4437

Please sign in to comment.