Skip to content

Commit ee97503

Browse files
author
Mohsen Azimi
committed
Add test script
1 parent 5b04cd0 commit ee97503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"start-server": "nodemon --watch dist --ignore dist/client --exec 'node --no-warnings dist/server/index.js'",
1515
"prebuild": "rimraf dist",
1616
"build": "NODE_ENV=development webpack",
17+
"test": "tsc && yarn run build",
1718
"prebuild:prod": "rimraf dist",
1819
"build:prod": "NODE_ENV=production webpack",
1920
"start:prod": "NODE_ENV=production node --no-warnings ./dist/server/index.js"

0 commit comments

Comments
 (0)