start redoing ci/cd and devops

This commit is contained in:
41666 2020-12-02 21:44:49 -05:00
parent 460770407a
commit ab9fe30b42
37 changed files with 418 additions and 825 deletions

View file

@ -22,7 +22,8 @@
"storybook:build": "build-storybook",
"test": "jest",
"ui:build": "next build",
"ui:dev": "next dev -p 6601"
"ui:prod": "next start",
"ui": "next dev -p 6601"
},
"dependencies": {
"chroma-js": "^2.1.0",
@ -50,6 +51,7 @@
"@types/minimist": "^1.2.1",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^4.9.0",
@ -57,7 +59,7 @@
"@typescript-eslint/parser": "^4.9.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "1.12.0",
"babel-plugin-styled-components": "^1.12.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
@ -87,4 +89,4 @@
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.1.2"
}
}
}