Skip to content

Commit

Permalink
build(package): 🛠️ update build script to use Strapi
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed May 24, 2023
1 parent 7d2bc09 commit 6b21a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
"url": "https://timeless.co/"
},
"scripts": {
"build": "npx turbo run build:tsup",
"build": "npx turbo run build:strapi",
"build:strapi": "strapi build",
"commit": "gacp",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"dev": "strapi develop",
"dev:strapi-admin": "strapi develop --watch-admin",
"format": "npx turbo run format:eslint format:md format:prettier",
"format:eslint": "eslint --cache --report-unused-disable-directives --color . --fix",
"format:md": "markdownlint --fix **/*.md \".github/**/*.md\"",
Expand Down

0 comments on commit 6b21a01

Please sign in to comment.