Skip to content

Commit

Permalink
ci: adjust build process to get tokens in asset sets
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely committed Oct 19, 2023
1 parent 413ab7e commit 8da0e1f
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 @@ -44,7 +44,7 @@
"build-storybook": "yarn build:ag-grid-theme && storybook build",
"typecheck": "tsc --noEmit",
"chromatic": "chromatic",
"ks:build": "knapsack --config ./knapsack/knapsack.config.js build && npm run ks:create-theme",
"ks:build": "knapsack --config ./knapsack/knapsack.config.js build && npm run ks:create-theme && knapsack --config ./knapsack/knapsack.config.js build",
"ks:start-ks": "knapsack --config ./knapsack/knapsack.config.js start",
"ks:start": "run-p ks:start-ks ks:watch-tokens",
"ks:serve": "NODE_ENV=production knapsack --config ./knapsack/knapsack.config.js serve",
Expand Down

0 comments on commit 8da0e1f

Please sign in to comment.