Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/test-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ cd test


pwd
./oseda init --title ExampleProject --tags economics ComPuterScience --color red --template MaRKDoWN
./oseda init --title ExampleProject --tags economics ComPuterScience --color red --template HTML

mv oseda ExampleProject
2 changes: 1 addition & 1 deletion src/cmd/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub fn init(opts: InitOptions) -> Result<(), Box<dyn Error>> {

let npm_commands = vec![
format!("install --save-dev vite@5.4.21 http-server@14.1.1"),
format!("install reveal.js@5.2.1 serve@14.2.6"),
format!("install reveal.js@5.2.1 serve@14.2.6 highlight.js@11.12.0"),
format!("install patch-package@8.0.1"),
];

Expand Down
Loading