We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3512218 commit 9932a68Copy full SHA for 9932a68
1 file changed
src/init.ts
@@ -30,6 +30,8 @@ export const createProjectDirectory = async (
30
[applicationName]: "./index.js",
31
},
32
scripts: {
33
+ build: "rimraf build && tsc",
34
+ start: "node build/index.js",
35
test: 'echo "Error: no test specified" && exit 1',
36
37
keywords: [],
0 commit comments