coupeeeez 0.0.9 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coupeeeez",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Anthony REY",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"scripts": {
|
|
9
|
-
"prepack": "tsc",
|
|
10
9
|
"start": "node app.ts",
|
|
11
|
-
"build": "npm run stream:build",
|
|
10
|
+
"build": "tsc && npm run stream:build",
|
|
12
11
|
"test:component": "start-server-and-test stream-api:dev \"http://localhost:3005\" stream:dev:component \"http://localhost:3042\" cypress:open",
|
|
13
12
|
"test:component:ci": "start-server-and-test start \"http://localhost:3000\" cypress:run",
|
|
14
13
|
"cypress:open": "cypress open --e2e",
|