Skip to content

Commit

Permalink
Add heroku-postbuild command to run ks:build after default build
Browse files Browse the repository at this point in the history
  • Loading branch information
rockymountainhigh1943 committed Oct 17, 2023
1 parent 4502441 commit 706ace6
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 @@ -48,7 +48,8 @@
"ks:start": "knapsack --config ./knapsack/knapsack.config.js start",
"ks:serve": "NODE_ENV=production knapsack --config ./knapsack/knapsack.config.js serve",
"ks:test": "knapsack --config ./knapsack/knapsack.config.js test",
"ks:import": "knapsack --config ./knapsack/knapsack.config.js react-patterns --pkg-path @salt-ds/core --importPrefix null"
"ks:import": "knapsack --config ./knapsack/knapsack.config.js react-patterns --pkg-path @salt-ds/core --importPrefix null",
"heroku-postbuild": "yarn ks:build"
},
"dependencies": {
"@changesets/cli": "^2.25.2",
Expand Down

0 comments on commit 706ace6

Please sign in to comment.