Skip to content

Commit

Permalink
fixes tabs swap console error; adds build script to main package
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-vasyl committed Sep 29, 2023
1 parent 97e6476 commit 8e4a5ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "11.0.11",
"description": "This is the Display.Monks development server, which handles previewing and compiling ads via webpack.",
"scripts": {
"preview-dev": "cd ./src/preview && npm run dev"
"preview-dev": "cd ./src/preview && npm run dev",
"preview-build": "cd ./src/preview && npm run build"
},
"engines": {
"node": ">= 16",
Expand Down
Loading

0 comments on commit 8e4a5ac

Please sign in to comment.