Skip to content

Commit

Permalink
Updated packagejson
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed May 14, 2024
1 parent 59f6d5e commit 448b025
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 @@ -21,7 +21,7 @@
"build:prod": "nx build plugin --prod && zip -r ./dist/apps/plugin/PLUGIN_NAME.zip ./dist/apps/plugin/",
"postbuild:prod": "npm run version && npm run copy:assets",
"prepare": "npx husky install",
"copy:assets": "cp -r ./apps/plugin/src/assets/* ./dist/apps/plugin/ && cp ./manifest.json ./dist/apps/plugin/ && cp versions.json ./dist/apps/plugin/",
"copy:assets": "cp -r ./apps/plugin/src/assets/* ./dist/apps/plugin/ && cp ./manifest.json ./dist/apps/plugin/ && cp ./versions.json ./dist/apps/plugin/",
"test": "nx affected:test --all --parallel --maxParallel 10",
"test:watch": "npm run test -- --watch",
"tsc": "tsc --noEmit --project ./apps/plugin/tsconfig.app.json",
Expand Down

0 comments on commit 448b025

Please sign in to comment.