Skip to content

Commit

Permalink
chore: update script template
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Jan 23, 2023
1 parent eb486e2 commit 34dc542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/create/templates/sn/none/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "nebula build",
"lint": "eslint src",
"start": "nebula serve",
"sense": "nebula sense --ext src/ext.js --meta src/meta.json",
"sense": "nebula sense --meta src/meta.json",
"test:e2e": "playwright test",
"test:e2e:report": "playwright show-report test/integration/test-report"
},
Expand Down

0 comments on commit 34dc542

Please sign in to comment.