Skip to content

Commit f297719

Browse files
committed
Added 'npm run build' to build process
1 parent a11ea9a commit f297719

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

design-system-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Run build commands
4+
source ~/.nvm/nvm.sh && nvm use && npm install && npm run build
45
mkdir -p _dist/dist/assets
56
cp -r public/dist/assets/. _dist/dist/assets/
67

design-system-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'Styles' => '/styles/',
1818
'Layouts' => '/layouts/',
1919
'Components' => '/components/',
20-
'Scripts' => '/scripts/',
20+
'Scripts' => '/scripts/',
2121
'Templates' => '/templates/',
2222
],
2323
'templates_path' => 'design-system-templates',

0 commit comments

Comments
 (0)