Skip to content

Commit

Permalink
revert script change
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jul 26, 2023
1 parent 6923e82 commit 6e0130b
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 @@ -13,7 +13,7 @@
"format:check": "prettier --check \"**/*.{js,ts,d.ts}\"",
"build:lib": "npm run build:check && npm run build:package",
"build:package": "BROWSERSLIST_ENV=library ng build primeng-library && gulp build-assets",
"build:check": "npm run format:check && npm run security:check",
"build:check": "npm run format:check && npm run security:check && npm run test:headless",
"security:check": "npm audit --production --audit-level high",
"dev:ssr": "ng run primeng:serve-ssr",
"serve:ssr": "node dist/primeng/server/main.js",
Expand Down

0 comments on commit 6e0130b

Please sign in to comment.